Login  Register

Re: How to make AWT GLCanvas stop drawing everything at bottom left of parent window

Posted by jedwards1211 on Jan 03, 2016; 1:44am
URL: https://forum.jogamp.org/How-to-make-AWT-GLCanvas-stop-drawing-everything-at-bottom-left-of-parent-window-tp4035965p4035969.html

Argh...the problem appears to be that the GLCanvas/NewtCanvasAWT were created on the EDT.  When they were created on the system main thread, I couldn't reproduce the problem.

Swing components are generally supposed to be created on the EDT, so this is a bug.  I'll file a report later...