140141142143144145146147148149150
if (ret != 0) { System.exit(0); } } } settings = new Settings(); // Setup the Settings and wait for it to finish final SplashScreen ss = new SplashScreen(); SwingUtilities.invokeLater(new Runnable() { @Override public void run() { ss.setVisible(true);