summaryrefslogtreecommitdiffstats
path: root/src/demos/readbuffer/ReadBuffer2File.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 01:16:05 +0100
committerSven Gothel <[email protected]>2015-02-03 01:16:05 +0100
commitb32c5de0d658a0e41eabe6590da20bc8300c0dae (patch)
treed022fecab71be00412f52ecd528900e2966625d1 /src/demos/readbuffer/ReadBuffer2File.java
parent4392e90ea2909d89895d992833bf9e71ae922a1d (diff)
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Diffstat (limited to 'src/demos/readbuffer/ReadBuffer2File.java')
-rwxr-xr-xsrc/demos/readbuffer/ReadBuffer2File.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/readbuffer/ReadBuffer2File.java b/src/demos/readbuffer/ReadBuffer2File.java
index 9e0edf9..ff8c3cd 100755
--- a/src/demos/readbuffer/ReadBuffer2File.java
+++ b/src/demos/readbuffer/ReadBuffer2File.java
@@ -34,14 +34,14 @@
package demos.readbuffer;
import java.nio.*;
-import javax.media.opengl.*;
+import com.jogamp.opengl.*;
import com.jogamp.opengl.util.texture.TextureData;
import com.jogamp.opengl.util.texture.TextureIO;
import java.io.File;
import java.io.IOException;
-import javax.media.nativewindow.*;
+import com.jogamp.nativewindow.*;
public class ReadBuffer2File extends ReadBufferBase {