Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by InteractiveMesh on Jan 25, 2013; 2:05pm
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4028017.html
"Could we use NewtCanvasAWT in Java3D? Would it help a bit?"
I don't think so. In my provided samples GLCanvas and NewtCanvasAWT behave identically: they are rendered always in the front and are positioned in the lower left corner at start time.
All JOGL implementations of AWT canvases GLCanvas, NewtCanvasAWT, and Canvas3D rely on com.jogamp.nativewindow.awt.JAWTWindow. Is this one of the culprits?
August