From ec32272ad1d5ce2509f0907792a411446acca30d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 24 Apr 2010 05:13:37 +0200 Subject: Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f --- src/demos/GLInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/GLInfo.java') diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java index b8575e2..55bf9cd 100755 --- a/src/demos/GLInfo.java +++ b/src/demos/GLInfo.java @@ -4,6 +4,7 @@ import javax.media.opengl.*; import javax.media.nativewindow.*; import com.jogamp.newt.*; +import com.jogamp.newt.event.*; import com.jogamp.newt.opengl.*; public class GLInfo extends Thread implements GLEventListener { @@ -82,7 +83,6 @@ public class GLInfo extends Thread implements GLEventListener { // Shut things down cooperatively window.destroy(); - window.getFactory().shutdown(); System.out.println(glp+" GLInfo shut down cleanly."); } catch (Throwable t) { t.printStackTrace(); -- cgit v1.2.3