Module org.autogui

Class ToolBarHiddenMenu

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

public class ToolBarHiddenMenu extends JButton implements HierarchyBoundsListener, PropertyChangeListener
the special button for a toolbar that can collect overflow components as a popup-menu.
     new ToolBarHiddenMenu().addTo(toolBar);
 
The minimum-size of the toolBar will be 1.
Since:
1.6
See Also: