Login  Register

Re: Issue with Java 3D under OpenJDK 7 / Mac OS X

Posted by Traksewt on Feb 05, 2013; 11:01am
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4028135.html

I tried Oracle's JDK7 u13 that just came out and it still has the position bug. While the OpenJDK u12 works!

jdk7u12
http://jdk7.java.net/download.html this one works

jdk7u13
http://java.com/en/download/mac_download.jsp this one doesn't work…

I would have thought the fixes would have been in sync. oh well.

BTW, I am seeing another position bug when resizing the JSplitPane, which may be related to InteractiveMesh's position issue. When I resize the JSplitPane, the layout gets corrupted. Then if I resize the whole window slightly, it will correct itself.