diff options
author | Michael Bien <[email protected]> | 2010-03-28 20:43:20 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-28 20:43:20 +0200 |
commit | 28388dd9be0df17bc2a1f538d0e039c4c82443ac (patch) | |
tree | bd8af53c7d24903364f9e7e454f2ef39c49e4a40 /src/demos/GLInfo.java | |
parent | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff) |
fixed jogl-demos since we moved some packages in jogl.
Diffstat (limited to 'src/demos/GLInfo.java')
-rwxr-xr-x | src/demos/GLInfo.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java index 938e087..e4c0892 100755 --- a/src/demos/GLInfo.java +++ b/src/demos/GLInfo.java @@ -5,8 +5,8 @@ import javax.media.opengl.*; import javax.media.opengl.glu.*; 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 GLInfo extends Thread implements GLEventListener { |