Package net.sourceforge.processdash.ui

Examples of net.sourceforge.processdash.ui.DashboardSplashScreen


    private static void mainImpl(String[] args) {
      DashboardSecurity.setupSecurityManager();
     
      LargeFontsHelper.maybeInitialize();

      ss = new DashboardSplashScreen();
      ss.displayFor(3000);      // show for at least 3 seconds.

      if (Boolean.getBoolean("readOnly"))
          InternalSettings.setReadOnly(true);
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.ui.DashboardSplashScreen

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.