* returns, the application falls into the main loop which handles
* events, so all elements must be constructed here.
*/
// make the console and set it so it is used for JCGP prints
console = new ConsolePane();
jcgp.setConsole(console);
// store reference to the stage
stage = primaryStage;