Definition of Buttongroup

JDK Doc(JAVA)
ButtonGroup
- class javax.swing..ButtonGroup 
public class ButtonGroup extends Object implements Serializable 
Tree:java.lang.Object - javax.swing.ButtonGroup
This class is used to create a multiple-exclusion scope for a set of buttons. Creating a set of buttons with the same ButtonGroup object means that turning "on" one of those buttons turns off all other buttons in the group. A ButtonGroup can be used with sets of JButton, JRadioButton, or JRadioButtonMenuItem objects.

ButtonGroup()
- Constructor for class javax.swing.ButtonGroup 
public ButtonGroup ()
Creates a new ButtonGroup.

Search Dictionary:
Search Web Search Dictionary