From 0d46fa3091e40271ba2247f6c4236cb2358f5151 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 27 Mar 2010 22:00:35 +0100 Subject: modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl. --- src/demos/xtrans/OffscreenDesktopPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/xtrans/OffscreenDesktopPane.java') 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 -- cgit v1.2.3