Re: NewtCanvasAWT Questions
Posted by William Bittle on May 08, 2012; 12:31pm
URL: https://forum.jogamp.org/NewtCanvasAWT-Questions-tp3949030p3971185.html
@gouessej
When you say the tooltips, I guess you are referring to the Sandbox app that I posted a link to? If so, can you change the look and feel in the menus (Window->Look and Feel->Metal) and see if you see the tooltips?
I'm using:
ToolTipManager.sharedInstance().setLightWeightPopupEnabled(false);
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
to allow the tooltips to display over the canvas.
@jouvieje
The behavior you describe is what I found to be happening in my application as well. However, I also have a swing Timer that I use to update some JTextFields. The Timer adds the flicker.