summaryrefslogtreecommitdiffstats
path: root/src/demos/GLInfo.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-28 20:43:20 +0200
committerMichael Bien <[email protected]>2010-03-28 20:43:20 +0200
commit28388dd9be0df17bc2a1f538d0e039c4c82443ac (patch)
treebd8af53c7d24903364f9e7e454f2ef39c49e4a40 /src/demos/GLInfo.java
parent0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff)
fixed jogl-demos since we moved some packages in jogl.
Diffstat (limited to 'src/demos/GLInfo.java')
-rwxr-xr-xsrc/demos/GLInfo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java
index 938e087..e4c0892 100755
--- a/src/demos/GLInfo.java
+++ b/src/demos/GLInfo.java
@@ -5,8 +5,8 @@ import javax.media.opengl.*;
import javax.media.opengl.glu.*;
import javax.media.nativewindow.*;
-import com.sun.javafx.newt.*;
-import com.sun.javafx.newt.opengl.*;
+import com.jogamp.javafx.newt.*;
+import com.jogamp.javafx.newt.opengl.*;
public class GLInfo extends Thread implements GLEventListener {