Re: Javafx causes jogl problem in mac
Posted by
runiter on
Mar 04, 2013; 3:29pm
URL: https://forum.jogamp.org/Javafx-causes-jogl-problem-in-mac-tp4028417p4028478.html
gouessej wrote
The change list is
here. Let me know whether it fixes your bug.
I just tried this and it seemed to have fixed the null exception problem :)
My scene is now rendered properly however it appears that the canvas can no longer receive mouse events! How do I fix the problem with the mouse event?
Edit: I take it back! It still doesn't work 100%! It seem to work sometimes, especially on the first run when the JVM is slower, but on the subsequent runs it throws same null exception exception!! I'll try the example you referred me to next.
Edit 2: The example works but as before, it will not work if I remove the frame.pack() call.