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/particles/engine/GLComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/particles/engine/GLComponent.java') diff --git a/src/demos/particles/engine/GLComponent.java b/src/demos/particles/engine/GLComponent.java index 43c3501..7194861 100755 --- a/src/demos/particles/engine/GLComponent.java +++ b/src/demos/particles/engine/GLComponent.java @@ -40,7 +40,7 @@ import javax.media.opengl.*; import javax.media.opengl.glu.*; import javax.media.opengl.awt.*; -import com.sun.opengl.util.FPSAnimator; +import com.jogamp.opengl.util.FPSAnimator; public class GLComponent extends GLCanvas implements GLEventListener { -- cgit v1.2.3