Re: Resource Management within NEWT
Posted by
snmvaughan on
Aug 19, 2010; 8:16pm
URL: https://forum.jogamp.org/Resource-Management-within-NEWT-tp1231617p1232046.html
TestParenting01cAWT.java is a modified version of one of the unit tests. Although
glWindow1.destroy(true) is called, a 2nd screen associated with the same display instance is created by NewtCanvasAWT. This means that
edt1.waitUntilStopped() will never return.