splash.setMessage("Loading last window bounds ...");
applicationController.loadLastWindowBounds();
splash.progress(80);
splash.setMessage("Refreshing historic log ...");
applicationController.refreshHistoricLog();
splash.progress(90);
splash.progress(100);
splash.setVisible(false);