|
|
|
|
@ -25,8 +25,8 @@ public class App extends Application {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Method that displays the visualiser, starting with the title screen.
|
|
|
|
|
* @param stage the stage to be displayed
|
|
|
|
|
* @throws Exception if something wrong with title screen
|
|
|
|
|
* @param stage the stage to be displayed.
|
|
|
|
|
* @throws Exception if something wrong with title screen.
|
|
|
|
|
*/
|
|
|
|
|
public void start(Stage stage) throws Exception {
|
|
|
|
|
stage.setOnCloseRequest(new EventHandler<WindowEvent>() {
|
|
|
|
|
|