From 0d46fa3091e40271ba2247f6c4236cb2358f5151 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 27 Mar 2010 22:00:35 +0100 Subject: modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl. --- src/demos/gears/Gears.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/gears') diff --git a/src/demos/gears/Gears.java b/src/demos/gears/Gears.java index 2107014..227ce87 100644 --- a/src/demos/gears/Gears.java +++ b/src/demos/gears/Gears.java @@ -15,7 +15,7 @@ import javax.media.opengl.GLEventListener; import javax.media.opengl.awt.AWTGLAutoDrawable; import javax.media.opengl.awt.GLCanvas; import javax.media.opengl.awt.GLJPanel; -import com.sun.opengl.util.Animator; +import com.jogamp.opengl.util.Animator; /** * Gears.java
-- cgit v1.2.3