which event is handled by JRadioButton?
Answers
Answered by
0
Explanation:
Explanation:The JRadioButton class is used to create a radio button. It is used to choose one option from multiple options. It is widely used in exam systems or quiz.
plz mark me as brain list and follow me because my another account was lost
Answered by
1
We add radio buttons in a ButtonGroup so that we can select only one radio button at a time. We use “ButtonGroup” class to create a ButtonGroup and add radio button in a group. Methods Used : JRadioButton() : Creates a unselected RadioButton with no text.
Similar questions