Login  Register

Re: New tutorial on AWT/SWT/Swing/GLJPanel/GLCanvas

Posted by Wade Walker on Feb 17, 2011; 2:38pm
URL: https://forum.jogamp.org/New-tutorial-on-AWT-SWT-Swing-GLJPanel-GLCanvas-tp2363921p2519539.html

euclidix wrote
It looks like the Animator is firing an event that is invalidating my "image" JPanel.
Yeah, that's what I was guessing  It should be straightforward to track down -- just breakpoint the invalidation code and see where it's getting called from. I've seen this sort of thing before, and usually it's a mutual parent being invalidated, which invalidates the other children.