Re: JOGL Integration in Swing App
Posted by
gouessej on
Mar 30, 2012; 11:40am
URL: https://forum.jogamp.org/JOGL-Integration-in-Swing-App-tp3870189p3870592.html
You're welcome. I remind you that this information is in the user guide:
When using JPopupMenus or Swing tool tips in conjunction with the GLCanvas, it is necessary to disable the use of lightweight widgets for the popups. See the methods ToolTipManager.setLightWeightPopupEnabled, JPopupMenu.setLightWeightPopupEnabled, and JPopupMenu.setDefaultLightWeightPopupEnabled.
I thought it would be useful for NEWT too, I was right.