♠ Posted by Unknown in Adv Java
Swing Button Classes
Swing
buttons provide features that are not found in the Button class defined by the
AWT. For example, you can associate an icon with a Swing button. Swing buttons
are subclasses of the AbstractButton class, which extends JComponent.
AbstractButton contains many methods that allow you to control the behavior of
buttons, check boxes, and radio button...