diff options
Diffstat (limited to 'src/demos/cg/runtime_ogl/cgGL_vertex_example.java')
-rw-r--r-- | src/demos/cg/runtime_ogl/cgGL_vertex_example.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/demos/cg/runtime_ogl/cgGL_vertex_example.java b/src/demos/cg/runtime_ogl/cgGL_vertex_example.java index cb3c36f..7c65398 100644 --- a/src/demos/cg/runtime_ogl/cgGL_vertex_example.java +++ b/src/demos/cg/runtime_ogl/cgGL_vertex_example.java @@ -34,9 +34,9 @@ package demos.cg.runtime_ogl; import com.jogamp.opengl.cg.*; -import javax.media.opengl.*; -import javax.media.opengl.awt.*; -import javax.media.opengl.glu.*; +import com.jogamp.opengl.*; +import com.jogamp.opengl.awt.*; +import com.jogamp.opengl.glu.*; import java.awt.*; import java.awt.event.*; |