From 434fb13fc6570086f095646f6ea5739d9c362d7c Mon Sep 17 00:00:00 2001
From: Kenneth Russel <kbrussel@alum.mit.edu>
Date: Tue, 30 Aug 2005 08:25:24 +0000
Subject: Renamed all files to intended destination packages for JSR-231. The
 only package specified by the JSR is "javax.media.opengl". The utility
 package com.sun.opengl.utils is Sun-specific and optional. The Cg binding has
 been moved into com.sun.opengl.cg. Moved Animator and FPSAnimator to
 com.sun.opengl.utils. Updated and tested demos with new source code
 locations.

git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JSR-231@118 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
---
 src/demos/context/DualContext.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'src/demos/context/DualContext.java')

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
-- 
cgit v1.2.3