Re: Mixing GLCanvas and jScrollPane

Posted by sylvestre on
URL: https://forum.jogamp.org/Mixing-GLCanvas-and-jScrollPane-tp4008270p4024350.html

Here is the test case:
JScrollPaneExample.java

Works with the GLJPanel:
java -cp /usr/share/java/jogl2.jar:/usr/share/java/gluegen2.jar:. -DGLJPanel=1 JScrollPaneExample

Bug with GLCanvas:
java -cp /usr/share/java/jogl2.jarusr/share/java/gluegen2.jar:.  JScrollPaneExample
Move the scrollbar, it will show clearly the issue.

Fails with both rc5 and rc8 under Linux