if(MuConfigurations.getPreferences().getVariable(MuPreference.CHECK_FOR_UPDATE, MuPreferences.DEFAULT_CHECK_FOR_UPDATE))
new CheckVersionDialog(WindowManager.getCurrentMainFrame(), false);
// If no theme is configured in the preferences, ask for an initial theme.
if(showSetup)
new InitialSetupDialog(WindowManager.getCurrentMainFrame()).showDialog();
}
catch(Throwable t) {
// Startup failed, dispose the splash screen
if(splashScreen!=null)
splashScreen.dispose();