Package org.eobjects.datacleaner.windows

Examples of org.eobjects.datacleaner.windows.AboutDialog


    final JMenuItem aboutMenuItem = WidgetFactory.createMenuItem("About DataCleaner", "images/menu/about.png");
    aboutMenuItem.addActionListener(new ActionListener() {
      @Override
      public void actionPerformed(ActionEvent e) {
        new AboutDialog(_windowContext).setVisible(true);
      }
    });

    final JMenu fileMenu = WidgetFactory.createMenu("File", 'F');
    fileMenu.add(newJobMenuItem);
View Full Code Here

TOP

Related Classes of org.eobjects.datacleaner.windows.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.