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.