Generated by
JDiff

Class java.awt.CheckboxMenuItem

Changed Constructors
CheckboxMenuItem(String) Change in exceptions thrown from no exceptions to HeadlessException.
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean) Change in exceptions thrown from no exceptions to HeadlessException.
Create a check box menu item with the specified label and state.
CheckboxMenuItem(void) Change in exceptions thrown from no exceptions to HeadlessException.
Create a check box menu item with an empty label.
 

Added Methods
ItemListener[] getItemListeners() Returns an array of all the item listeners registered on this checkbox menuitem.