118119120121122123124125126127128
add(scrollPane, BorderLayout.CENTER); editor = new Editor(textArea); editor.addListener(this); profileMenuSwitcher = new ProfileMenuSwitcher(profileManager, msgs); buildMenu(); buildPopupMenu(); toolBar = new JToolBar(); buildToolBar();