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