diff options
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 { |