Re: If JPopUpMenu is shown, the key/mouseListener wont listen anything
Administrator
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.