Re: If JPopUpMenu is shown, the key/mouseListener wont listen anything
Posted by
gouessej on
Apr 09, 2014; 8:00am
URL: https://forum.jogamp.org/If-JPopUpMenu-is-shown-the-key-mouseListener-wont-listen-anything-tp4032121p4032123.html
Hi
Your guess is correct. You can attach some listeners on the Swing popup menu, use one of our classes to create a NEWT event from an AWT event and pass it to NEWT. Look at how NewtCanvasAWT is implemented, it's a good source of inspiration.