JOptionPane.showMessageDialog(null, errMsg, "SQuirreL failed to start", JOptionPane.ERROR_MESSAGE);
System.exit(-1);
}
_cache =
new DataCache(_driverMgr, _appFiles.getDatabaseDriversFile(), _appFiles.getDatabaseAliasesFile(),
_resources.getDefaultDriversUrl(), this);
indicateNewStartupTask(splash, s_stringMgr.getString("Application.splash.createWindowManager"));
_windowManager = new WindowManager(this, args.getUserInterfaceDebugEnabled());