From 0d46fa3091e40271ba2247f6c4236cb2358f5151 Mon Sep 17 00:00:00 2001
From: Michael Bien <mbien@fh-landshut.de>
Date: Sat, 27 Mar 2010 22:00:35 +0100
Subject: modifications due to refactorings: com.sun.opengl ->
 com.jogamp.opengl.

---
 src/demos/texture/TestTexture.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/demos/texture/TestTexture.java')

diff --git a/src/demos/texture/TestTexture.java b/src/demos/texture/TestTexture.java
index 3ece9ef..6d39bbc 100755
--- a/src/demos/texture/TestTexture.java
+++ b/src/demos/texture/TestTexture.java
@@ -39,9 +39,9 @@
 
 package demos.texture;
 
-import com.sun.opengl.util.texture.Texture;
-import com.sun.opengl.util.texture.TextureCoords;
-import com.sun.opengl.util.texture.TextureIO;
+import com.jogamp.opengl.util.texture.Texture;
+import com.jogamp.opengl.util.texture.TextureCoords;
+import com.jogamp.opengl.util.texture.TextureIO;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
 import java.awt.event.InputEvent;
-- 
cgit v1.2.3