summaryrefslogtreecommitdiffstats
path: root/src/demos/es2/openmax/Cube.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-29 04:48:33 +0200
committerMichael Bien <[email protected]>2010-03-29 04:48:33 +0200
commit19528b880625ee830ab03cb2724311a874240fe8 (patch)
tree9140a65757502386256b2d839bcba62e8b43c398 /src/demos/es2/openmax/Cube.java
parent28388dd9be0df17bc2a1f538d0e039c4c82443ac (diff)
changes due to package rename in jogl.
Diffstat (limited to 'src/demos/es2/openmax/Cube.java')
-rw-r--r--src/demos/es2/openmax/Cube.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/es2/openmax/Cube.java b/src/demos/es2/openmax/Cube.java
index 2337d16..49c8a31 100644
--- a/src/demos/es2/openmax/Cube.java
+++ b/src/demos/es2/openmax/Cube.java
@@ -39,8 +39,8 @@ import javax.media.nativewindow.*;
import com.jogamp.opengl.util.*;
import com.jogamp.opengl.util.glsl.fixedfunc.*;
-import com.jogamp.javafx.newt.*;
-import com.jogamp.javafx.newt.opengl.*;
+import com.jogamp.newt.*;
+import com.jogamp.newt.opengl.*;
public class Cube implements GLEventListener {
boolean quit = false;