messageHeaderTable.getSelectionModel().addListSelectionListener(this);
}
JPanel bottomPanel = new JPanel(new BorderLayout());
bottomPanel.add(new FilterablePanel(), BorderLayout.NORTH);
bottomPanel.add(getStatusPanel(), BorderLayout.SOUTH);
topPanel.add(bottomPanel, BorderLayout.SOUTH);
HermesBrowser.getBrowser().addDocumentComponent(this);