* Initializes the view.
*/
private void initialize() {
setLayout(new BorderLayout());
historicLogTableModel = new HistoricLogEventTableModel();
historicLogTable = new JXTable();
historicLogTable.setColumnControlVisible(true);
historicLogTable.setModel(historicLogTableModel);
historicLogTable.setAutoResizeMode(JXTable.AUTO_RESIZE_ALL_COLUMNS);