diff options
-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. |