diff options
Diffstat (limited to 'src/demos/gamma/TestGamma.java')
-rwxr-xr-x | src/demos/gamma/TestGamma.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/gamma/TestGamma.java b/src/demos/gamma/TestGamma.java index 6cc1801..4dff454 100755 --- a/src/demos/gamma/TestGamma.java +++ b/src/demos/gamma/TestGamma.java @@ -45,8 +45,8 @@ import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.media.opengl.*; import javax.media.opengl.awt.GLCanvas; -import com.sun.opengl.util.Animator; -import com.sun.opengl.util.Gamma; +import com.jogamp.opengl.util.Animator; +import com.jogamp.opengl.util.Gamma; |