| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
JMenuBar
- class javax.swing.. JMenuBar public class JMenuBar extends JComponent implements Accessible , MenuElement Tree:java.lang.Object - java.awt.Component - java.awt.Container - javax.swing.JComponent - javax.swing.JMenuBar An implementation of a MenuBar. You add JMenu objects to the menu bar to construct a menu. When the user selects a JMenu object, its associated JPopupMenu is displayed, allowing the user to select one of the JMenuItems on it.
- Constructor for class javax.swing. JMenuBar public JMenuBar () Creates a new menu bar.
|
| |
|