summaryrefslogtreecommitdiffstats
path: root/src/demos/GLNewtRun.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/GLNewtRun.java
parent0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff)
fixed jogl-demos since we moved some packages in jogl.
Diffstat (limited to 'src/demos/GLNewtRun.java')
-rwxr-xr-xsrc/demos/GLNewtRun.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/GLNewtRun.java b/src/demos/GLNewtRun.java
index fd663b3..d8d2f73 100755
--- a/src/demos/GLNewtRun.java
+++ b/src/demos/GLNewtRun.java
@@ -6,8 +6,8 @@ import java.lang.reflect.*;
import javax.media.opengl.*;
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 GLNewtRun implements WindowListener, KeyListener, MouseListener {