summaryrefslogtreecommitdiffstats
path: root/src/demos/j2d/TextFlow.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/j2d/TextFlow.java')
-rwxr-xr-xsrc/demos/j2d/TextFlow.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/demos/j2d/TextFlow.java b/src/demos/j2d/TextFlow.java
index 39283b3..3347379 100755
--- a/src/demos/j2d/TextFlow.java
+++ b/src/demos/j2d/TextFlow.java
@@ -54,11 +54,11 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
-import javax.media.opengl.GL;
-import javax.media.opengl.GLAutoDrawable;
-import javax.media.opengl.GLCapabilities;
-import javax.media.opengl.GLProfile;
-import javax.media.opengl.awt.GLCanvas;
+import com.jogamp.opengl.GL;
+import com.jogamp.opengl.GLAutoDrawable;
+import com.jogamp.opengl.GLCapabilities;
+import com.jogamp.opengl.GLProfile;
+import com.jogamp.opengl.awt.GLCanvas;
import com.jogamp.opengl.util.Animator;
import com.jogamp.opengl.util.awt.TextRenderer;