summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/cube/CubeImmModeSink.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/es1/cube/CubeImmModeSink.java
parent0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff)
fixed jogl-demos since we moved some packages in jogl.
Diffstat (limited to 'src/demos/es1/cube/CubeImmModeSink.java')
-rw-r--r--src/demos/es1/cube/CubeImmModeSink.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/es1/cube/CubeImmModeSink.java b/src/demos/es1/cube/CubeImmModeSink.java
index 8b6092c..79c1fd6 100644
--- a/src/demos/es1/cube/CubeImmModeSink.java
+++ b/src/demos/es1/cube/CubeImmModeSink.java
@@ -38,8 +38,8 @@ import com.jogamp.opengl.util.*;
import com.jogamp.opengl.util.glsl.fixedfunc.*;
import java.nio.*;
-import com.sun.javafx.newt.*;
-import com.sun.javafx.newt.opengl.*;
+import com.jogamp.javafx.newt.*;
+import com.jogamp.javafx.newt.opengl.*;
public class CubeImmModeSink implements GLEventListener {
boolean quit = false;