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/vertexBufferObject/VertexBufferObject.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demos/vertexBufferObject') diff --git a/src/demos/vertexBufferObject/VertexBufferObject.java b/src/demos/vertexBufferObject/VertexBufferObject.java index 0bc8b10..9c8bb26 100644 --- a/src/demos/vertexBufferObject/VertexBufferObject.java +++ b/src/demos/vertexBufferObject/VertexBufferObject.java @@ -56,8 +56,8 @@ import javax.media.opengl.GLProfile; import javax.media.opengl.awt.AWTGLAutoDrawable; import javax.media.opengl.awt.GLCanvas; import javax.media.opengl.glu.GLU; -import com.sun.opengl.util.Animator; -import com.sun.opengl.util.BufferUtil; +import com.jogamp.opengl.util.Animator; +import com.jogamp.opengl.util.BufferUtil; import javax.swing.JOptionPane; -- cgit v1.2.3