Package org.jwall.app.ui

Examples of org.jwall.app.ui.SplashScreen


    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);
  }
View Full Code Here

TOP

Related Classes of org.jwall.app.ui.SplashScreen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.