| Author |
How to implement collapse on select in JMenu with JRadioButton as items?
|
Kurt Zhu
Greenhorn
Joined: Aug 25, 2011
Posts: 8
|
|
As for a common JMenuItem, it seems to be defaulted to collapse on select.
Now I added two jRadioButtons in a menu, when I click on one, the command finishes but the radio menu is still there seemingly requests another select.
I need to make it a collapse on select mode for user friendliness.
How can that be done? Thank you guys.
|
 |
Kurt Zhu
Greenhorn
Joined: Aug 25, 2011
Posts: 8
|
|
Oh, I got it.
I should not have used JRadioButton, should rather JRadioButtonMenuItem。
Someone gave me this in baidu.
Thanks.
|
 |
Martin Vajsar
Bartender
Joined: Aug 22, 2010
Posts: 2385
|
|
I'm glad you got it resolved
However, since this is a Swing topic, I've moved your thread to a better suited forum.
|
 |
 |
|
|
subject: How to implement collapse on select in JMenu with JRadioButton as items?
|
|
|