Re: How to make AWT GLCanvas stop drawing everything at bottom left of parent window
Posted by jedwards1211 on Jan 03, 2016; 12:34am
URL: https://forum.jogamp.org/How-to-make-AWT-GLCanvas-stop-drawing-everything-at-bottom-left-of-parent-window-tp4035965p4035967.html
So I can offset the left/bottom sides of a NewtCanvasAWT by putting it inside an AWT container with insets.
Yet the left/bottom of the NewtCanvasAWT relative to the window don't affect where it gets drawn, only the insets of its parent do.
Furthermore, if its parent's insets change later, its position doesn't change.
I smell a hack.