Login  Register

Swing-jogl integration: heavy weight - light weight confliction?

Posted by oldyoungguy on Jun 12, 2014; 4:44pm
URL: https://forum.jogamp.org/Swing-jogl-integration-heavy-weight-light-weight-confliction-tp4032426.html

I read the following post on a forum. i just want to know if that JScrollPane and JInternalFrame issues are true and are still exist?

--------------------
TooltipManager.sharedInstance().setLightWeightPopupEnabled(false); // for tooltips
JPopupMenu.setDefaultLightWeightPopupEnabled(false). // for menus and pop-ups

But they won't help you if you use some kind of overlapping JComponents (JScrollPane and JInternalFrame mainly) .

http://www.java-gaming.org/index.php?topic=10146.0
--------------------

Because I may need to add the JOGL display area onto a JScrollPane.