Class JaxoMenuBar

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible, MenuElement, JaxoLocalized

public class JaxoMenuBar extends JMenuBar implements PropertyChangeListener, JaxoLocalized
The menu bar that holds the file, edit, options and help menus.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoMenuBar

      public JaxoMenuBar(ActionListener l)
      Constructs the menu bar, adding file, edit, options and help menus.
      Parameters:
      l - an ActionListener to receive events from this MenuBar.
  • Method Details