Generated by
JDiff

Class javax.swing.JCheckBox

Documentation changed from old to new.

Added Constructors
JCheckBox(Action) Creates a check box where properties are taken from the Action supplied.
 

Changed Constructors
JCheckBox(String) Documentation changed from old to new.
Creates an initially unselected check box with text.
JCheckBox(String, boolean) Documentation changed from old to new.
Creates a check box with text and specifies whether or not it is initially selected.
JCheckBox(String, Icon) Documentation changed from old to new.
Creates an initially unselected check box with the specified text and icon.
JCheckBox(String, Icon, boolean) Documentation changed from old to new.
Creates a check box with text and icon and specifies whether or not it is initially selected.
JCheckBox(Icon) Documentation changed from old to new.
Creates an initially unselected check box with an icon.
JCheckBox(Icon, boolean) Documentation changed from old to new.
Creates a check box with an icon and specifies whether or not it is initially selected.
JCheckBox(void) Documentation changed from old to new.
Creates an initially unselected check box button with no text no icon.
 

Added Methods
void configurePropertiesFromAction(Action) Factory method which sets the ActionEvent source's properties according to values from the Action instance.
PropertyChangeListener createActionPropertyChangeListener(Action) Factory method which creates the PropertyChangeListener used to update the ActionEvent source as properties change on its Action instance.
boolean isBorderPaintedFlat() Returns whether the border should be painted flat.
void setBorderPaintedFlat(boolean) Sets whether the border should be painted flat.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JCheckBox.
 

Added Fields
String BORDER_PAINTED_FLAT_CHANGED_PROPERTY Identifies a change to the flat property.