Beginner, have read "How to" topic, but...

Hi, I am very beginner with jogl. I have checked out jogl from git repo, tests passed etc.

I have checked out “How to” topic at the top of the this sub-forum however I am having problems with
very first lines of the samples in mentioned topic e.g.

GLCanvas canvas = GLDrawableFactory.getFactory().createGLCanvas( new GLCapabilities() );

First, there is no createGLCanvas method in GLDrawabeFactory and second, GLCapabilities does not have
parameterless constructor.

Am I doing something wrong or sample is not up to date with the latest JOGL?
If so, maybe you can point me to direction of more recent samples?

Any help/suggestion/advice is appreciated.

Thanks

This sample is not up to date. You can find some examples here:

Great! Thanks!