diff options
author | Kenneth Russel <[email protected]> | 2006-02-17 02:55:28 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-02-17 02:55:28 +0000 |
commit | e56ef9b8dc3433e48178a3b918821cc695cc11d6 (patch) | |
tree | ecc40b315bf8036390e7efc802fe05fea03f955e /www/applettest.html | |
parent | a208f7a362deb8e2433a70a4428f916f5b1a1e92 (diff) |
Updated package name for JOGLAppletLauncher for JSR-231 beta 3
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@176 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/applettest.html')
-rw-r--r-- | www/applettest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/applettest.html b/www/applettest.html index 80868a7..d68da22 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.utils.JOGLAppletLauncher" +<applet code="com.sun.opengl.util.JOGLAppletLauncher" width=600 height=400 codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current" @@ -62,7 +62,7 @@ and is the only certificate the end user must accept. <P> The <a -href="http://download.java.net/media/jogl/builds/nightly/javadoc_public/com/sun/opengl/utils/JOGLAppletLauncher.html">JOGLAppletLauncher +href="http://download.java.net/media/jogl/builds/nightly/javadoc_public/com/sun/opengl/util/JOGLAppletLauncher.html">JOGLAppletLauncher javadoc</a> contains more information about what files must be placed on the web server in order to enable the deployment of applets using JOGL. |