Generated by
JDiff

Class javax.swing.JCheckBox

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

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.
 

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