public static void main(String[] args) {
try {
System.setProperty("sun.awt.exception.handler", ExceptionHandler.class.getName());
final SplashScreen splash = new SplashScreen("/org/owasp/webscarab/webscarab_logo.gif");
splash.open(10000);
initLogging();
try {
Preferences.loadPreferences(null);
} catch (IOException ioe) {