Пример #1
0
 private void shutdown() {
   PlatformUtils.shutdown();
   System.exit(-1);
 }
Пример #2
0
 public void start() throws Exception {
   PlatformUtils.start();
   checkVersion();
   new FXApplicationLauncher().launch(app);
 }