From 19528b880625ee830ab03cb2724311a874240fe8 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 29 Mar 2010 04:48:33 +0200 Subject: changes due to package rename in jogl. --- src/demos/GLInfo.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/demos/GLInfo.java') diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java index e4c0892..c873a54 100755 --- a/src/demos/GLInfo.java +++ b/src/demos/GLInfo.java @@ -1,12 +1,10 @@ package demos; -import java.nio.*; import javax.media.opengl.*; -import javax.media.opengl.glu.*; import javax.media.nativewindow.*; -import com.jogamp.javafx.newt.*; -import com.jogamp.javafx.newt.opengl.*; +import com.jogamp.newt.*; +import com.jogamp.newt.opengl.*; public class GLInfo extends Thread implements GLEventListener { -- cgit v1.2.3