diff options
Diffstat (limited to 'src/demos/context/DualContext.java')
-rwxr-xr-x | src/demos/context/DualContext.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/demos/context/DualContext.java b/src/demos/context/DualContext.java index afeda0a..927b60c 100755 --- a/src/demos/context/DualContext.java +++ b/src/demos/context/DualContext.java @@ -43,8 +43,9 @@ import java.awt.*; import java.awt.event.*; import javax.swing.*; -import net.java.games.jogl.*; -import net.java.games.jogl.util.*; +import javax.media.opengl.*; +import com.sun.opengl.utils.*; +import com.sun.opengl.utils.*; /** This demo illustrates the use of the GLDrawable and GLContext APIs to create two OpenGL contexts for the same Canvas. The red and |