viewLogger.setContext(logbackLogger.getLoggerContext());
viewLogger.start(); // CHECK: do I really need to start it manually here?
logbackLogger.addAppender(viewLogger);
}
gameStarter = new GameStarter();
populateJobBox();
downloadButton.managedProperty().bind(downloadButton.visibleProperty());
cancelDownloadButton.managedProperty().bind(cancelDownloadButton.visibleProperty());