Generated by
JDiff

Class javax.swing.JRadioButtonMenuItem

Documentation changed from old to new.

Added Constructors
JRadioButtonMenuItem(Action) Creates a radio button menu item whose properties are taken from the Action supplied.
 

Changed Constructors
JRadioButtonMenuItem(String) Documentation changed from old to new.
Creates a JRadioButtonMenuItem with text.
JRadioButtonMenuItem(String, boolean) Documentation changed from old to new.
Creates a radio button menu item with the specified text and selection state.
JRadioButtonMenuItem(String, Icon) Documentation changed from old to new.
Creates a radio button menu item with the specified text and Icon.
JRadioButtonMenuItem(String, Icon, boolean) Documentation changed from old to new.
Creates a radio button menu item that has the specified text image and selection state.
JRadioButtonMenuItem(Icon) Documentation changed from old to new.
Creates a JRadioButtonMenuItem with an icon.
JRadioButtonMenuItem(void) Documentation changed from old to new.
Creates a JRadioButtonMenuItem with no set text or icon.
 

Changed Methods
AccessibleContext getAccessibleContext() Documentation changed from old to new.
Gets the AccessibleContext associated with this JRadioButtonMenuItem.
String getUIClassID() Documentation changed from old to new.
Returns the name of the L&F class that renders this component.
String paramString() Documentation changed from old to new.
Returns a string representation of this JRadioButtonMenuItem.
void requestFocus() Documentation changed from old to new.
Overrides Component.requestFocus to not grab focus.