Removed extra 'minutes' labels

This commit is contained in:
Michael Rausch
2017-05-04 01:08:18 +12:00
parent aa6ef72670
commit 7e8c3af9ce
3 changed files with 10 additions and 5 deletions
+5
View File
@@ -1,6 +1,7 @@
package seng302;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
@@ -19,6 +20,10 @@ public class App extends Application
primaryStage.setMaximized(true);
primaryStage.show();
primaryStage.setOnCloseRequest(e -> {
Platform.exit();
});
}
public static void main(String[] args) {