diff options
author | Michael Bien <[email protected]> | 2010-03-27 22:00:35 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 22:00:35 +0100 |
commit | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (patch) | |
tree | b6d574b8d64ed035fc0171cd3925f1b23e311e9c /src/demos/testContextDestruction | |
parent | 74335d7a21bfdd0beb489ad3e78f429c69ad98f4 (diff) |
modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.
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 a012639..f1e8649 100755 --- a/src/demos/testContextDestruction/TestContextDestruction.java +++ b/src/demos/testContextDestruction/TestContextDestruction.java @@ -57,7 +57,7 @@ import javax.media.opengl.GL2; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLEventListener; import javax.media.opengl.awt.GLCanvas; -import com.sun.opengl.util.Animator; +import com.jogamp.opengl.util.Animator; import javax.swing.JButton; import javax.swing.JFrame; |