summaryrefslogtreecommitdiffstats
path: root/src/demos/jrefract
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-27 22:00:35 +0100
committerMichael Bien <[email protected]>2010-03-27 22:00:35 +0100
commit0d46fa3091e40271ba2247f6c4236cb2358f5151 (patch)
treeb6d574b8d64ed035fc0171cd3925f1b23e311e9c /src/demos/jrefract
parent74335d7a21bfdd0beb489ad3e78f429c69ad98f4 (diff)
modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.
Diffstat (limited to 'src/demos/jrefract')
-rwxr-xr-xsrc/demos/jrefract/JRefract.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/jrefract/JRefract.java b/src/demos/jrefract/JRefract.java
index 32f8860..cdef67d 100755
--- a/src/demos/jrefract/JRefract.java
+++ b/src/demos/jrefract/JRefract.java
@@ -58,8 +58,8 @@ import java.awt.event.WindowEvent;
import javax.media.opengl.GLCapabilities;
import javax.media.opengl.GLProfile;
import javax.media.opengl.awt.GLJPanel;
-import com.sun.opengl.util.Animator;
-import com.sun.opengl.util.FPSAnimator;
+import com.jogamp.opengl.util.Animator;
+import com.jogamp.opengl.util.FPSAnimator;
import javax.swing.JCheckBox;
import javax.swing.JDesktopPane;
import javax.swing.JFrame;