From b84e2cc3f00394fb4b93b4029669ac26b3ec0df4 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Fri, 29 Jun 2012 13:25:19 +0000 Subject: [PATCH] testing NEWT --- java/libraries/opengl/src/processing/opengl/PGL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/libraries/opengl/src/processing/opengl/PGL.java b/java/libraries/opengl/src/processing/opengl/PGL.java index c63426d0f..347d95cc4 100644 --- a/java/libraries/opengl/src/processing/opengl/PGL.java +++ b/java/libraries/opengl/src/processing/opengl/PGL.java @@ -63,7 +63,7 @@ public class PGL { public static int AWT = 0; // http://jogamp.org/wiki/index.php/Using_JOGL_in_AWT_SWT_and_Swing public static int NEWT = 1; // http://jogamp.org/jogl/doc/NEWT-Overview.html - public static int toolkit = AWT; + public static int toolkit = NEWT; /** Size of a short (in bytes). */ static final int SIZEOF_SHORT = Short.SIZE / 8;