I’m experiencing a strange problem when running my application on Linux (but it’s ok on Windows).
For some reason, although I’m yet to do a complete analysis, particularly if I’m resizing my second canvas (in a JFrame), the canvases stop refreshing unless I do something that causes an exposure/redraw event (via AWT?) on the canvas, i.e. move another window over the canvas(es).
I’ve not had a chance to see if the if the canvas isn’t informing it’s listeners or if the animator itself gets stuck, but it definitely only occurs on Linux (Redhat 9) and not on Windows XP.
JDK 1.5.0_02 on both platforms
JOGL 1.1.b12 on Linux (but in fact on all versions to date).