Problem with createGlCanvas on API JOGL
Hello, good morning.
Im JOGL's spanish user. Please, sorry for my english.
I have a problem with API JOGL.
I read official site's tutorial, but when I try to put code, I obtain this error:
CreateGlCanvas is undefined for GLDrawableFactory.
This is the code which doesn't work.
GLCanvas canvas = GLDrawableFactory.getFactory().createGLCanvas(new GLCapabilities());
This lines are the first lines of tutorial.
I searched GLDrawableFactory in google, and implements createGLCanvas.
I searched more examples and all has createGLCanvas in the code.
I tryed run other examples which uses JOGL, and I achieve run example.
Any idea?

