summaryrefslogtreecommitdiffstats
path: root/src/demos/xtrans/OffscreenDesktopPane.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/xtrans/OffscreenDesktopPane.java')
-rwxr-xr-xsrc/demos/xtrans/OffscreenDesktopPane.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/xtrans/OffscreenDesktopPane.java b/src/demos/xtrans/OffscreenDesktopPane.java
index 7bd1f6c..f72e5dc 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.sun.opengl.impl.Debug;
+import com.jogamp.opengl.impl.Debug;
/** A subclass of JDesktopPane which performs all of the rendering of
* its child components into an off-screen buffer. Provides access to