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/j2d/TestOverlay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/j2d/TestOverlay.java') diff --git a/src/demos/j2d/TestOverlay.java b/src/demos/j2d/TestOverlay.java index eaf4088..6c85610 100755 --- a/src/demos/j2d/TestOverlay.java +++ b/src/demos/j2d/TestOverlay.java @@ -59,7 +59,7 @@ import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLCapabilities; import javax.media.opengl.GLEventListener; import javax.media.opengl.awt.GLCanvas; -import javax.media.opengl.util.Animator; +import com.sun.opengl.util.Animator; /** A simple test of the Overlay utility class. Draws gears underneath with moving Java 2D-rendered text on top. */ -- cgit v1.2.3