177178179180181182183184185186187188
if (prefs.getShowSplash()) { SplashWindow.showSplashWindow(); } XNapFrame f = new XNapFrame(); f.setVisible(true); if (prefs.getShowSplash()) { SplashWindow.closeSplashWindow(); } }