Re: Exiting Fullscreen in TestGearsES2NewtCanvasAWT.java
Posted by jmaasing on Sep 30, 2013; 7:06pm
URL: https://forum.jogamp.org/Exiting-Fullscreen-in-TestGearsES2NewtCanvasAWT-java-tp4030008p4030145.html
I rewrote the unit test somewhat to be runnable as a stand alone JUNit test (hope I didn't break anything but I only changed the glWindow.addGLEventListener(this))
Anyhow, I ran it on my OSX 10.8 machine (using 2.0.2 JAR files + JDK 1.7_u40). The test starts fine in windowed mode, then switching to fullscreen. It looks like the resize works when switching back to windowed mode from fullscreen. The window appears but then the test crashes in native code after less than a second.
I added the crash report as a comment on bug 836. Let me know if I should file a separate bug report