Jogl canvas not updating

Hello!



i'm facing some troubles using JOGL canvas instead of LWJGL one.

The code base is I'm only changing the way canvas gets created as follows.



display = DisplaySystem.getDisplaySystem(JOGLSystemProvider.SYSTEM_IDENTIFIER);
display.registerCanvasConstructor("AWT", JOGLAWTCanvasConstructor.class);



seems like the scene gets updated once and then it stops updating. if i minimize and restore the windows canvas get updated once.

How can i investigate further to solve this issue?
Thank you!!!

Can you post some additional code? Sounds like the canvas isn't getting marked dirty for repaint.

A fix has been suggested here:

http://www.jmonkeyengine.com/jmeforum/index.php?topic=11033.msg83543#msg83543