summaryrefslogtreecommitdiffstats
path: root/maven/jp4da/jp4da-desktop/src/main/java/com
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-desktop/src/main/java/com
parentb32c5de0d658a0e41eabe6590da20bc8300c0dae (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)
Diffstat (limited to 'maven/jp4da/jp4da-desktop/src/main/java/com')
-rw-r--r--maven/jp4da/jp4da-desktop/src/main/java/com/io7m/examples/jp4da/DesktopExample.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/maven/jp4da/jp4da-desktop/src/main/java/com/io7m/examples/jp4da/DesktopExample.java b/maven/jp4da/jp4da-desktop/src/main/java/com/io7m/examples/jp4da/DesktopExample.java
index d7df081..ce0811a 100644
--- a/maven/jp4da/jp4da-desktop/src/main/java/com/io7m/examples/jp4da/DesktopExample.java
+++ b/maven/jp4da/jp4da-desktop/src/main/java/com/io7m/examples/jp4da/DesktopExample.java
@@ -1,8 +1,8 @@
package com.io7m.examples.jp4da;
-import javax.media.opengl.GLCapabilities;
-import javax.media.opengl.GLEventListener;
-import javax.media.opengl.GLProfile;
+import com.jogamp.opengl.GLCapabilities;
+import com.jogamp.opengl.GLEventListener;
+import com.jogamp.opengl.GLProfile;
import com.jogamp.newt.opengl.GLWindow;
import com.jogamp.opengl.util.FPSAnimator;