Re: GLCanvas in awt scrollpane drawing problems
Posted by
gouessej on
Jun 08, 2018; 8:46am
URL: https://forum.jogamp.org/GLCanvas-in-awt-scrollpane-drawing-problems-tp4038912p4038920.html
Hey
Not drawing what is outside the viewport is the expected behaviour, it's not a bug.
This is what I try to use as a source of inspiration when I use AWT and Swing to draw zoomable images:
https://community.oracle.com/docs/DOC-983610Actually, I would better understand what you do if you provided a
SSCCE. How do you draw your images? Do you use AWT or do you create a texture to draw it with JOGL?