added System.exit(0) in main
This commit is contained in:
+2
-3
@@ -1,4 +1,3 @@
|
||||
/cloudControllerInstances/
|
||||
/libraries/
|
||||
/resources/
|
||||
/application/
|
||||
/cloudControllerInstances/
|
||||
/datatypes/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -287,4 +287,9 @@ public class Main extends Application {
|
||||
LOGGER = LogManager.getLogger(Main.class.getName());
|
||||
launch(args);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void stop() {
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -257,7 +257,7 @@ public class MainWindowController {
|
||||
private String selectedGameTitle;
|
||||
private String id;
|
||||
private String version = "0.2.0";
|
||||
private String buildNumber = "045";
|
||||
private String buildNumber = "047";
|
||||
private String versionName = "Puzzle Plank Galaxy";
|
||||
private int xPos = -200;
|
||||
private int yPos = 17;
|
||||
|
||||
Reference in New Issue
Block a user