This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes How to implement collapse on select in JMenu with JRadioButton as items? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to implement collapse on select in JMenu with JRadioButton as items?" Watch "How to implement collapse on select in JMenu with JRadioButton as items?" New topic
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
    
    3

I'm glad you got it resolved

However, since this is a Swing topic, I've moved your thread to a better suited forum.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to implement collapse on select in JMenu with JRadioButton as items?
 
Similar Threads
JMenuBar
Expand/Collapse functionality on JSP page
How to write a javascript function to exapand/collapse all nodes in a TreeMenu
change the scrollbar of the select menu
Programmatically expand or collapse t:panelNavigation2