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/xtrans/OffscreenDesktopPane.java | |
parent | 8e5c4d5e23696ce46d4d4fd7ff28d987d7da20a4 (diff) |
Adapt impl namespace change jogl: 360b6716f68b44b28fd8c4f8e61ab86d5a56738b
Diffstat (limited to 'src/demos/xtrans/OffscreenDesktopPane.java')
-rwxr-xr-x | src/demos/xtrans/OffscreenDesktopPane.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/xtrans/OffscreenDesktopPane.java b/src/demos/xtrans/OffscreenDesktopPane.java index f72e5dc..82853b4 100755 --- a/src/demos/xtrans/OffscreenDesktopPane.java +++ b/src/demos/xtrans/OffscreenDesktopPane.java @@ -45,7 +45,7 @@ import java.util.*; import javax.swing.*; // Internal JOGL API references -import com.jogamp.opengl.impl.Debug; +import jogamp.opengl.Debug; /** A subclass of JDesktopPane which performs all of the rendering of * its child components into an off-screen buffer. Provides access to |