summaryrefslogtreecommitdiffstats
path: root/maven/jp4da/jp4da-core
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 01:26:49 +0100
committerSven Gothel <[email protected]>2015-02-03 01:26:49 +0100
commit606754802fed7086f6b7996b69910b1f085bc3db (patch)
treec039ae832f1c27d4249173179a1250e79ecd37ba /maven/jp4da/jp4da-core
parentb32c5de0d658a0e41eabe6590da20bc8300c0dae (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)
Diffstat (limited to 'maven/jp4da/jp4da-core')
-rw-r--r--maven/jp4da/jp4da-core/src/main/java/com/io7m/examples/jp4da/Example.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/maven/jp4da/jp4da-core/src/main/java/com/io7m/examples/jp4da/Example.java b/maven/jp4da/jp4da-core/src/main/java/com/io7m/examples/jp4da/Example.java
index 5675b95..973bfb1 100644
--- a/maven/jp4da/jp4da-core/src/main/java/com/io7m/examples/jp4da/Example.java
+++ b/maven/jp4da/jp4da-core/src/main/java/com/io7m/examples/jp4da/Example.java
@@ -1,9 +1,9 @@
package com.io7m.examples.jp4da;
-import javax.media.opengl.GL;
-import javax.media.opengl.GL2ES2;
-import javax.media.opengl.GLAutoDrawable;
-import javax.media.opengl.GLEventListener;
+import com.jogamp.opengl.GL;
+import com.jogamp.opengl.GL2ES2;
+import com.jogamp.opengl.GLAutoDrawable;
+import com.jogamp.opengl.GLEventListener;
public class Example implements GLEventListener
{