I'm trying to run the code in this snipet: link (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet195.java).
I get the following errors:
the import org.eclipse.swt.opengl cannot be resolved
GLData cannot be resolved to a type
GLCanvas cannot be resolved to a type
The errors are on lines 25 and 26:
import org.eclipse.swt.opengl.GLCanvas;
import org.eclipse.swt.opengl.GLData;
I've been trying to get this to work for about an hour, but I'm missnig something, anyone?
need 3.2m3 at least