Login  Register

Re: Jogl and JavaFX

Posted by Sweck on Apr 05, 2020; 12:23am
URL: https://forum.jogamp.org/Jogl-and-JavaFX-tp4040468p4040512.html

@gouessej

I also get these errors on Java 12 and OpenJFX 14

if you remove this:

glCanvas.setWidth(800);
glCanvas.setHeight(600);

The code runs but doesnt call init or display from the gleventlistener.