log.info("Using filters from " + url);
System.setProperty(FilterSet.PROPERTY_DEFAULT_FILTER_URL, "" + url);
System.setProperty(PolicyCompilerImpl.PROPERTY_COMPILER_XSLT_FILE,
"/templates/WeakPositiveRules.xslt");
SplashScreen splash = new SplashScreen();
splash.setMessage(NAME + " " + VERSION);
splash.setSubtitle("Copyright by Christian Bockermann <chris@jwall.org>");
splash.setVisible(true);
splash.setProgress(50);
setupUI();
splash.setProgress(100);
try {
Thread.sleep(100);
} catch (Exception e) {
}
splash.setVisible(false);
}