Menu items in a Java application or applet that are part of a group of menu items in which only one can be selected, as defined in the Java Foundation Class (JFC) library. The selected menu item displays its selected state. Selecting it causes any other selected item to switch to the unselected state.
Derived from the MenuItem class.
Inherits methods from the MenuItem class, Menu class, and AnyWin class.
Inherits all of its properties from the MenuItem class, Menu class, and AnyWin class.