diff options
author | Kenneth Russel <[email protected]> | 2008-12-30 20:53:54 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-12-30 20:53:54 +0000 |
commit | a17d339a11e70f2aea6c6bf5115c22a0f4226ff1 (patch) | |
tree | 42de8a85cfcf3e4e5281fbe89ab4efbae83f2148 /src/demos/testContextDestruction | |
parent | 573668cfbd73f5f12990d0919795bd5286535d49 (diff) |
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
Diffstat (limited to 'src/demos/testContextDestruction')
-rwxr-xr-x | src/demos/testContextDestruction/TestContextDestruction.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/testContextDestruction/TestContextDestruction.java b/src/demos/testContextDestruction/TestContextDestruction.java index a2344bc..de15e4b 100755 --- a/src/demos/testContextDestruction/TestContextDestruction.java +++ b/src/demos/testContextDestruction/TestContextDestruction.java @@ -56,7 +56,7 @@ import javax.media.opengl.GL2; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLEventListener; import javax.media.opengl.awt.GLCanvas; -import javax.media.opengl.util.Animator; +import com.sun.opengl.util.Animator; import javax.swing.JButton; import javax.swing.JFrame; |