diff options
author | Michael Bien <[email protected]> | 2010-03-29 04:48:33 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-29 04:48:33 +0200 |
commit | 19528b880625ee830ab03cb2724311a874240fe8 (patch) | |
tree | 9140a65757502386256b2d839bcba62e8b43c398 /src/demos/es1/cube/CubeImmModeSink.java | |
parent | 28388dd9be0df17bc2a1f538d0e039c4c82443ac (diff) |
changes due to package rename in jogl.
Diffstat (limited to 'src/demos/es1/cube/CubeImmModeSink.java')
-rw-r--r-- | src/demos/es1/cube/CubeImmModeSink.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/es1/cube/CubeImmModeSink.java b/src/demos/es1/cube/CubeImmModeSink.java index 79c1fd6..fccbb5a 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.jogamp.javafx.newt.*; -import com.jogamp.javafx.newt.opengl.*; +import com.jogamp.newt.*; +import com.jogamp.newt.opengl.*; public class CubeImmModeSink implements GLEventListener { boolean quit = false; |