| 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
|
|
|
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!
|
 |
 |
|
|
subject: JpopupMenu action listener not triggered
|
|
|