// kick off the progress monitor
// (The values used for progress values are based on a single run where
// I loaded a large file.)
if (showSplash) {
try {
monitor = new SplashScreen();
monitor.setVisible(true);
} catch (Exception e) {
monitor = null;
showSplash = false;
logger.warn( "Not showing the splash screen, for some reason" );