diff options
author | Sven Gothel <[email protected]> | 2011-02-09 03:56:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 03:56:37 +0100 |
commit | 7a4fce8ee2af699a81845826d80ae0b5264ddfa6 (patch) | |
tree | 671c9e7dc3bbe7686873689ee9ee4f8cdf1b5c5d /src/demos/nurbs/icons/IconFactory.java | |
parent | 8e5c4d5e23696ce46d4d4fd7ff28d987d7da20a4 (diff) |
Adapt impl namespace change jogl: 360b6716f68b44b28fd8c4f8e61ab86d5a56738b
Diffstat (limited to 'src/demos/nurbs/icons/IconFactory.java')
-rwxr-xr-x | src/demos/nurbs/icons/IconFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/nurbs/icons/IconFactory.java b/src/demos/nurbs/icons/IconFactory.java index d6edcab..d7ead54 100755 --- a/src/demos/nurbs/icons/IconFactory.java +++ b/src/demos/nurbs/icons/IconFactory.java @@ -1,6 +1,6 @@ package demos.nurbs.icons; -import com.jogamp.opengl.impl.io.StreamUtil; +import jogamp.opengl.io.StreamUtil; import java.io.*; import javax.swing.ImageIcon; |