Package org.jmule.ui.swing.dialogs

Examples of org.jmule.ui.swing.dialogs.NightlyBuildDialog


   
    if(JMConstants.IS_NIGHTLY_BUILD)
     
      if(_pref.isNightlyBuildWarning()) { 
     
         NightlyBuildDialog nightly_build_dialog = new NightlyBuildDialog(main_window);
     
         SwingUtils.setWindowLocationRelativeTo(nightly_build_dialog, main_window);
        
         nightly_build_dialog.setVisible(true);
      }
   
    // check for newer version if the option is enabled
    if(_pref.isCheckForUpdatesAtStartup()) {
      JMUpdater update = JMUpdater.getInstance();
View Full Code Here

TOP

Related Classes of org.jmule.ui.swing.dialogs.NightlyBuildDialog

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.