diff options
author | Sven Gothel <[email protected]> | 2015-02-03 01:16:05 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-03 01:16:05 +0100 |
commit | b32c5de0d658a0e41eabe6590da20bc8300c0dae (patch) | |
tree | d022fecab71be00412f52ecd528900e2966625d1 /src/gleem/Translate1Manip.java | |
parent | 4392e90ea2909d89895d992833bf9e71ae922a1d (diff) |
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Diffstat (limited to 'src/gleem/Translate1Manip.java')
-rw-r--r-- | src/gleem/Translate1Manip.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gleem/Translate1Manip.java b/src/gleem/Translate1Manip.java index 15af612..70db475 100644 --- a/src/gleem/Translate1Manip.java +++ b/src/gleem/Translate1Manip.java @@ -42,7 +42,7 @@ package gleem; import java.util.*; import gleem.linalg.*; -import javax.media.opengl.*; +import com.jogamp.opengl.*; /** A Translate1Manip is a Manip which translates in only one dimension and whose default representation is a two-way arrow. */ |