mainForm.setLayout(new BorderLayout());
mainForm.setScrollable(false);
mainForm.getStyle().setBgTransparency(0);
mainForm.addCommand(Contents.send, 0);
mainForm.addCommand(Contents.delete, 1);
tabbedPane = new TabbedPane();
tabbedPane.getStyle().setBgTransparency(0);
conversationForm = new Container();