added System.exit(0) in main
This commit is contained in:
parent
eb127282ad
commit
e4a316f62c
5
bin/.gitignore
vendored
5
bin/.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/cloudControllerInstances/
|
||||
/libraries/
|
||||
/resources/
|
||||
/application/
|
||||
/cloudControllerInstances/
|
||||
/datatypes/
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
bin/libraries/commons-logging-1.1.1.jar
Normal file
BIN
bin/libraries/commons-logging-1.1.1.jar
Normal file
Binary file not shown.
BIN
bin/libraries/google_api_libraries/google-api-client-1.23.0.jar
Normal file
BIN
bin/libraries/google_api_libraries/google-api-client-1.23.0.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/libraries/google_api_libraries/google-http-client-1.23.0.jar
Normal file
BIN
bin/libraries/google_api_libraries/google-http-client-1.23.0.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/libraries/google_api_libraries/jackson-core-2.9.2.jar
Normal file
BIN
bin/libraries/google_api_libraries/jackson-core-2.9.2.jar
Normal file
Binary file not shown.
BIN
bin/libraries/google_api_libraries/javax.servlet-api-4.0.0.jar
Normal file
BIN
bin/libraries/google_api_libraries/javax.servlet-api-4.0.0.jar
Normal file
Binary file not shown.
BIN
bin/libraries/google_api_libraries/jetty-6.1.26.jar
Normal file
BIN
bin/libraries/google_api_libraries/jetty-6.1.26.jar
Normal file
Binary file not shown.
BIN
bin/libraries/google_api_libraries/jetty-util-6.1.26.jar
Normal file
BIN
bin/libraries/google_api_libraries/jetty-util-6.1.26.jar
Normal file
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;
|
||||
|
Loading…
Reference in New Issue
Block a user