From 6491f64449ca43f126cb58d011497ce17971c6c5 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 20 Mar 2009 16:10:30 +0000 Subject: Fix: Missed package move of AWTAnimatorImpl git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1892 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/jogl/classes/com/sun/opengl/util/awt/AWTAnimatorImpl.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/jogl/classes/com/sun/opengl/util/awt') diff --git a/src/jogl/classes/com/sun/opengl/util/awt/AWTAnimatorImpl.java b/src/jogl/classes/com/sun/opengl/util/awt/AWTAnimatorImpl.java index 9809e44d2..611be247a 100644 --- a/src/jogl/classes/com/sun/opengl/util/awt/AWTAnimatorImpl.java +++ b/src/jogl/classes/com/sun/opengl/util/awt/AWTAnimatorImpl.java @@ -30,7 +30,7 @@ * SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */ -package com.sun.opengl.util; +package com.sun.opengl.util.awt; import java.awt.Component; import java.awt.EventQueue; @@ -39,12 +39,13 @@ import java.util.*; import javax.swing.*; import javax.media.opengl.*; +import com.sun.opengl.util.*; /** Abstraction to factor out AWT dependencies from the Animator's implementation in a way that still allows the FPSAnimator to pick up this behavior if desired. */ -class AWTAnimatorImpl extends AnimatorImpl { +public class AWTAnimatorImpl extends AnimatorImpl { // For efficient rendering of Swing components, in particular when // they overlap one another private List lightweights = new ArrayList(); -- cgit v1.2.3