Package org.jmule.ui.swing.settings

Examples of org.jmule.ui.swing.settings.SettingsDialog


      }
    });
   
    options.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent event) {
        SettingsDialog settings_dialog = new SettingsDialog(_this);
        settings_dialog.setSize(379, 495);
        SwingUtils.setWindowLocationRelativeTo(settings_dialog,_this);
        settings_dialog.setVisible(true);
      }
    });
   
    // --------------------------------------------------------------
   
View Full Code Here

TOP

Related Classes of org.jmule.ui.swing.settings.SettingsDialog

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.