JavaJFCRadioButtonMenuItem Class

Description

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.

Inheritance

Derived from the MenuItem class.

Methods

Inherits methods from the MenuItem class, Menu class, and AnyWin class.

Properties

Inherits all of its properties from the MenuItem class, Menu class, and AnyWin class.