Class DropDownButton

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class DropDownButton extends JButton
A JButton that shows a little arrow icon on it. When the user clicks in the area of that icon it will pop up a given menu. If the user clicks anywhere else the first menu item will be executed.
Author:
Jerry Vos
See Also: