diff options
author | Sven Gothel <[email protected]> | 2010-03-28 01:52:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-28 01:52:29 +0100 |
commit | d3e818ea8b7c3f45ed4cfac7b0e7d3bd24f956e5 (patch) | |
tree | 6ce99febee12fb7c32967d46310e43faaa0d820c /src/demos/jrefract | |
parent | f9e14975725cd3df3f792260bad9197a08d4a67f (diff) | |
parent | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff) |
Merge branch 'master' of github.com:mbien/jogl-demos
Diffstat (limited to 'src/demos/jrefract')
-rwxr-xr-x | src/demos/jrefract/JRefract.java | 4 |
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; |