splash.setMessage("Set configuration " + configName);
splash.progress(60);
LOGGER.info("Load configuration {}", configName);
bean.setConfigPath(configName);
}
bean.loadConfig();
splash.setMessage("Frame construction");
splash.progress(80);
StringBuilder titleBuilder = new StringBuilder("Salsa ");
try {
ResourceBundle bundle = ResourceBundle.getBundle(ApplicationView.class.getPackage().getName()