diff options
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 |