centerSplitPane.setDividerLocation(175);
this.getContentPane().add(centerSplitPane, BorderLayout.CENTER);
// Create the menu and register the menu event listeners.
this.menu = new Menu(this);
// Start a timer to preform regular screen repaints.
startRepaintTimer();
}