diff options
author | Michael Bien <[email protected]> | 2010-03-27 23:31:01 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 23:31:01 +0100 |
commit | f3bc93b003c05684e48d75eee9107c16a9dc7283 (patch) | |
tree | 379d21f119d4d2bd78eb78a48639bea87295acf5 /test/Issue344Base.java | |
parent | 3f72e907e869370b98dc7519ae5fc53681376450 (diff) |
refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.opengl.
Diffstat (limited to 'test/Issue344Base.java')
-rwxr-xr-x | test/Issue344Base.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Issue344Base.java b/test/Issue344Base.java index 548e3ec21..6d0c99290 100755 --- a/test/Issue344Base.java +++ b/test/Issue344Base.java @@ -7,8 +7,8 @@ import java.awt.geom.*; import javax.media.opengl.*; import javax.media.opengl.glu.*; -import com.sun.opengl.util.*; -import com.sun.opengl.util.j2d.*; +import com.jogamp.opengl.util.*; +import com.jogamp.opengl.util.j2d.*; /** Test Code adapted from TextCube.java (in JOGL demos) * |