Hello!
I am new with OpenGL and JOGL.
In every Tutorial I read, is a “GLCanvas canvas = GLDrawableFactory.getFactory().createGLCanvas( new GLCapabilities() );”
But my Eclipse says, that there is no “createGLCanvas”-Method in Class “GLDrawableFactory”.
Have I done a Mistake, or has just the API changed? What was the right Line of Code than?