I am trying to compile an example JOGL code out of a book and I keep getting the message:
GLCanvas cannot be resolved to a type
everywhere I use the GLCanvas command or the glcanvas object that i declare using it. It starts at the beginning of the code where I declare:
GLCanvas glcanvas;
could someone give me a hint to what i should look at for the cause.
thanks
edward