Package org.xnap.commons.gui.util

Examples of org.xnap.commons.gui.util.WhatsThisAction


    fileMenu.addSeparator();
    fileMenu.add(Builder.createMenuItem(exitAction));
   
    helpMenu = new JMenu();
    menuBar.add(helpMenu);
    helpMenu.add(Builder.createMenuItem(new WhatsThisAction()));
    helpMenu.addSeparator();
    helpMenu.add(Builder.createMenuItem(aboutAction));
  }
View Full Code Here

TOP

Related Classes of org.xnap.commons.gui.util.WhatsThisAction

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.