New branch created for development.

main
David Wu 9 years ago
parent a8701d8a1f
commit f2932e8bae

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

Loading…
Cancel
Save