BorderPane leftFrame = new BorderPane();
/*
* The population pane is a TabPane containing a tab for each chromosome.
*/
populationPane = new PopulationPane(this);
/*
* The settings pane is a big class containing the entire control pane
*/
settingsPane = new SettingsPane(this);