How do I add radio buttons to a button group using NetBeans?
Once I add them, how do I get selected radio button from the button group?
|
How do I add radio buttons to a button group using NetBeans? Once I add them, how do I get selected radio button from the button group? |
||||
|
|
|
I highly recommend reading this excellent tutorial. Here's an excerpt of code from the article that satisfies your question on how to create and add buttons to a ButtonGroup:
As far as getting which item is selected, you basically need to iterate through the items in the group calling |
|||
|
|
|
|||
|
|
|
Darryl's Select Button Group will solve your problem. |
|||
|
|
|
How to Use Buttons, Check Boxes, and Radio Buttons
|
|||
|
|
|
To select a radio button programmatically, try these:
|
|||
|
|