jQuery in Action, 2nd edition
The moose likes Swing / AWT / SWT and the fly likes Combine two different JPopupmenu Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Combine two different JPopupmenu" Watch "Combine two different JPopupmenu" New topic
Author

Combine two different JPopupmenu

tom osayo
Greenhorn

Joined: Nov 02, 2009
Posts: 13
My code below displays only the menu item from pop2. Any idea ?

Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Because you're showing the test popup menu which is the same as popup2.

What you're trying to do won't work. You're adding popup2 to popup as a component, not as an extension of the menu items.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
tom osayo
Greenhorn

Joined: Nov 02, 2009
Posts: 13
Thanks
Is there a way to add as popup2 as a popupmenu to popup

If so let me know
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1788
    
    2
Maybe a "sub menu" is all you need. Read the section from the Swing tutorial on How to Use Menus.
tom osayo
Greenhorn

Joined: Nov 02, 2009
Posts: 13
thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Combine two different JPopupmenu
 
Similar Threads
Toolbar
Right-Click on JMenuItem
Problem while working with JPopupMenu
Scrolling JMenu
KeyBoard events not listening in JPopupMenu