Re: JOGL display update problem
Posted by polirol on Dec 30, 2012; 10:32am
URL: https://forum.jogamp.org/JOGL-display-update-problem-tp4027643p4027656.html
Hi again,
yeah, now I see I had two instances running. I changed the main method code code as you suggested and now it is working.
To be more specific, in order to be able to compile without errors I also had to change
canvas.addGLEventListener( canvas );
in
canvas.addGLEventListener( (GLEventListener) canvas );
Thank you very much :)