From a17d339a11e70f2aea6c6bf5115c22a0f4226ff1 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 30 Dec 2008 20:53:54 +0000 Subject: Refactored AWT dependencies in Animator class differently to allow both Animator and FPSAnimator to pick up AWT behavior when available. Moved Animator and FPSAnimator back to com.sun.opengl.util package as it is unclear whether these classes are useful enough on all platforms and profiles to warrant inclusion in the public specification. Updated demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@311 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- src/demos/jgears/JGears.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/jgears') diff --git a/src/demos/jgears/JGears.java b/src/demos/jgears/JGears.java index 42feab9..66c036d 100644 --- a/src/demos/jgears/JGears.java +++ b/src/demos/jgears/JGears.java @@ -20,7 +20,7 @@ import java.text.DecimalFormat; import javax.imageio.ImageIO; import javax.media.opengl.GLCapabilities; import javax.media.opengl.awt.GLJPanel; -import javax.media.opengl.util.Animator; +import com.sun.opengl.util.Animator; import javax.swing.JCheckBox; import javax.swing.JFrame; import javax.swing.JPanel; -- cgit v1.2.3