diff options
author | Michael Bien <[email protected]> | 2010-03-27 22:00:35 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 22:00:35 +0100 |
commit | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (patch) | |
tree | b6d574b8d64ed035fc0171cd3925f1b23e311e9c /src/demos/xtrans/OffscreenDesktopManager.java | |
parent | 74335d7a21bfdd0beb489ad3e78f429c69ad98f4 (diff) |
modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.
Diffstat (limited to 'src/demos/xtrans/OffscreenDesktopManager.java')
-rwxr-xr-x | src/demos/xtrans/OffscreenDesktopManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demos/xtrans/OffscreenDesktopManager.java b/src/demos/xtrans/OffscreenDesktopManager.java index 72349df..f12136c 100755 --- a/src/demos/xtrans/OffscreenDesktopManager.java +++ b/src/demos/xtrans/OffscreenDesktopManager.java @@ -61,9 +61,9 @@ import javax.swing.JLayeredPane; import javax.swing.JPanel; // Internal JOGL API references -import com.sun.opengl.impl.Debug; +import com.jogamp.opengl.impl.Debug; // FIXME: debugging only -import com.sun.opengl.impl.awt.Java2D; +import com.jogamp.opengl.impl.awt.Java2D; // FIXME: we need a way to lock a portion of the off-screen back // buffer to be persistent for a while during component removals. It |