Re: Javafx causes jogl problem in mac
Posted by
runiter on
Mar 18, 2013; 8:54pm
URL: https://forum.jogamp.org/Javafx-causes-jogl-problem-in-mac-tp4028417p4028701.html
Good news, I managed to find a workaround this problem by simply delaying the creation of JavaFX components until after Canvas is created. Right now I simply put JavaFX code in a thread that starts with a Thread.sleep(10000). It's an ugly workaround but it works.