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/es2/RedSquare.java | |
parent | 28388dd9be0df17bc2a1f538d0e039c4c82443ac (diff) |
changes due to package rename in jogl.
Diffstat (limited to 'src/demos/es2/RedSquare.java')
-rwxr-xr-x | src/demos/es2/RedSquare.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/es2/RedSquare.java b/src/demos/es2/RedSquare.java index 0e7a27c..59dec30 100755 --- a/src/demos/es2/RedSquare.java +++ b/src/demos/es2/RedSquare.java @@ -8,8 +8,8 @@ import javax.media.nativewindow.*; import com.jogamp.opengl.util.*; import com.jogamp.opengl.util.glsl.*; -import com.jogamp.javafx.newt.*; -import com.jogamp.javafx.newt.opengl.*; +import com.jogamp.newt.*; +import com.jogamp.newt.opengl.*; public class RedSquare extends Thread implements WindowListener, KeyListener, MouseListener, GLEventListener { |