splashscreen.setText(language.getString("Splashscreen.message.1"));
splashscreen.setProgress(20);
//Initializes the logging and skins
new Logging(frostSettings);
{
StringBuilder sb = new StringBuilder();
sb.append("***** Starting Frost "+getClass().getPackage().getSpecificationVersion()+" *****\n");
for( final String s : Frost.getEnvironmentInformation() ) {