* Initializes the view.
*/
private void initialize() {
setLayout(new BorderLayout());
historicTableModel = new HistoricEventTableModel();
historicTable = new JTable();
historicTable.setModel(historicTableModel);
historicTable.setFillsViewportHeight(true);
historicTable.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);