The java.awt.event.JMenu.add() method is used to append a JMenuItem to the end of the JMenu. The JMenuItem represents an individual item in a menu, which can be selected by the user. This method adds the JMenuItem to the JMenu, making it visible and accessible to the user.
Java JMenu.add - 30 examples found. These are the top rated real world Java examples of java.awt.Event.JMenu.add extracted from open source projects. You can rate examples to help us improve the quality of examples.