Package org.jmule.ui.swing.dialogs

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


          }
        });
       
        about.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent event) {
            AboutDialog about_dialog = new AboutDialog(_this,true);
            SwingUtils.setWindowLocationRelativeTo(about_dialog,_this);
            about_dialog.setVisible(true);
          }
        });
       
    file.setText(_._("mainwindow.mainmenu.file"));
    fnew.setText("New");
View Full Code Here

TOP

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

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.