Re: Jogl / Java3D with Java 11 ?
Posted by DonPearson on Aug 15, 2019; 7:39pm
URL: https://forum.jogamp.org/Jogl-Java3D-with-Java-11-tp4039896p4039936.html
A little bit more insight into the MouseZoom anomaly: in JDK8, my software works as expected: the left mouse button is programmed and works as expected, the center mouse button also works as expected, and the right mouse button is not programmed, and works like expected (i.e. it does nothing). The JDK11 version of the software has all three buttons behaving as if they were the left button. I was able to move the code snippet for the center mouse over to the MouseWheelZooom class and now it behaves as programmed. All of these mouse classes come from javax.media.j3d.SceneGraphObject -- so something must have changed up at that level in javax to cause the anomalous functioning of the center and right mouse buttons.