contentPane.add(this.statusPanel, BorderLayout.SOUTH);
contentPane.setOpaque(true);
this.setContentPane(contentPane);
initIRTree();
this.indexTree.addMouseListener(new IndexPopupListener(this));
// add combobox to select the view
JPanel leftPanel = new JPanel();
leftPanel.setLayout(new BorderLayout());
this.sofaSelectionPanel = new JPanel();