splash.toFront();
splash.progress(60);
try {
splash.setMessage("Loading perspective ...");
applicationController.loadLastPerspective(perspectiveName);
splash.progress(70);
splash.setMessage("Set default configuration ...");
applicationController.setConfigPath(configName);
splash.progress(80);