Re: Possible to have GLCanvas's display() called *after* all other Swing events?
Posted by farrellf on Dec 18, 2017; 8:54pm
URL: https://forum.jogamp.org/Possible-to-have-GLCanvas-s-display-called-after-all-other-Swing-events-tp4038306p4038424.html
I tried with and without "System.setProperty("sun.awt.noerasebackground", "true");" as my first line in main(). It looked the same both times.
So if this problem is related to Swing, would using NEWT prevent this?
-Farrell