summaryrefslogtreecommitdiffstats
path: root/src/redbook/src/glredbook12x/histogram.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/redbook/src/glredbook12x/histogram.java')
-rw-r--r--src/redbook/src/glredbook12x/histogram.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/redbook/src/glredbook12x/histogram.java b/src/redbook/src/glredbook12x/histogram.java
index 2fabe52..60cc178 100644
--- a/src/redbook/src/glredbook12x/histogram.java
+++ b/src/redbook/src/glredbook12x/histogram.java
@@ -10,14 +10,14 @@ import java.io.DataInputStream;
import java.nio.ByteBuffer;
import java.nio.ShortBuffer;
-import javax.media.opengl.*;
+import com.jogamp.opengl.*;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
import com.jogamp.opengl.util.GLBuffers;
import glredbook10.GLSkeleton;
-import javax.media.opengl.awt.GLJPanel;
+import com.jogamp.opengl.awt.GLJPanel;
/**
* Compute the histogram of the image. This program illustrates the use of the