System.out.println(DcResources.getText("msgCloseWebServerConsole"));
}
}
SystemMonitor monitor = new SystemMonitor();
monitor.start();
Thread splashCloser = new Thread(new SplashScreenCloser());
splashCloser.start();
if (DcSettings.getBoolean(DcRepository.Settings.stCheckForNewVersion))