Generated by
JDiff

Class java.awt.Button

Changed Constructors
Button(String) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a Button with the specified label.
Button(void) Change in exceptions thrown from no exceptions to HeadlessException.
Constructs a Button with no label.
 

Added Methods
ActionListener[] getActionListeners() Returns an array of all the action listeners registered on this button.