From 47b597889bff50393efbd58f710c08ad164dd9d6 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Fri, 29 Jun 2012 15:07:04 +0000 Subject: [PATCH] AWT again... --- 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 6533aaccd..a02151d4f 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 = NEWT; + public static int toolkit = AWT; /** Size of a short (in bytes). */ static final int SIZEOF_SHORT = Short.SIZE / 8;