Class JaxoToolBar

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

public class JaxoToolBar extends JToolBar implements PropertyChangeListener, JaxoLocalized
Responsible for displaying the buttons in the toolBar.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoToolBar

      public JaxoToolBar(ActionListener listener)
      Constructor: lays out the toolBar.
      Parameters:
      listener - the ActionListener to receive events from this ToolBar.
  • Method Details