aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JpopupMenu action listener not triggered Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JpopupMenu action listener not triggered" Watch "JpopupMenu action listener not triggered" New topic
Author

JpopupMenu action listener not triggered

Nate Lockwood
Ranch Hand

Joined: Feb 22, 2010
Posts: 75
I have the code below that I want to be triggered when the popup menu disappears but it is not triggered.



What is the correct action listener to detect the menu disappearing or not being shown or being hidden or ...?
Tony Docherty
Bartender

Joined: Aug 07, 2007
Posts: 1176
    
    3

You can add a PopupMenuListener which will be notified when the popupMenu will become invisible.
Nate Lockwood
Ranch Hand

Joined: Feb 22, 2010
Posts: 75
Many thanks!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JpopupMenu action listener not triggered
 
Similar Threads
JComboBox & JPopupMenu
Copy and paste popup menu
JButtons inside JTooltip
Difficulties with JPopupMenu
JMenuItem question