diff options
author | Kenneth Russel <[email protected]> | 2006-01-13 16:35:25 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-13 16:35:25 +0000 |
commit | 23f746489aacc59d82b898d64824d3a16a7faf63 (patch) | |
tree | 4c5ec937ca1a9b7a1db60160eded12398382431a /www | |
parent | 4da1dead29db175817053837d7a685f10c3212b4 (diff) |
Fixed temporary breakage of JOGL applet test due to rename of
com.sun.opengl.utils package
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@166 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r-- | www/applettest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/applettest.html b/www/applettest.html index 8de33f8..80868a7 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -18,7 +18,7 @@ the standard Gears demo running as an applet: </P> <P> -<applet code="com.sun.opengl.util.JOGLAppletLauncher" +<applet code="com.sun.opengl.utils.JOGLAppletLauncher" width=600 height=400 codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current" |