JMenu Use
I'm trying to create menus of Bookmarks using JMenus and JMenuItems. Works fine until I try to attach a popupMenu to either object (wanted to have a "properties" option to change name, change folder its in, etc). I discovered that the menu item executes on either a right or a left click, then disappears - so the popup can't appear because its parent is not visible.
Any ideas?

