final String licenseText = LicenseChecker.checkLicense();
CheckForUpdate.start();
{
final SplashImage image = new SplashImage(
SplashImage.getDefaultSplashText( licenseText )
);
SplashWindow.splash( image );
Application.setStartupProgress( image.getStartupProgress() );
Application.main( args );
SplashWindow.disposeSplash();
}
CheckForUpdate.showAlertIfAvailable();
}