private void shutdown() { PlatformUtils.shutdown(); System.exit(-1); }
public void start() throws Exception { PlatformUtils.start(); checkVersion(); new FXApplicationLauncher().launch(app); }