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?

[705 byte] By [Valhallaa] at [2007-11-26 19:31:53]
# 1
I am having the same problem. I am researching now to see if there is an answer someplace. I will respond once I figure out the issue.
Thinkmana at 2007-7-9 22:02:28 > top of Java-index,Security,Cryptography...
# 2

Well, I couldn't find any other talk about this issue, but I just replaced the line with:

GLCanvas canvas - new GLCanvas( glcaps );

and everything *seems* to work fine.

Does anyone know about this? Has the library changed since the tutorial was posted in 2003?

Thanks!

Thinkmana at 2007-7-9 22:02:28 > top of Java-index,Security,Cryptography...