diff options
Diffstat (limited to 'www')
-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 1d3bbda..a4acb12 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.JOGLAppletInstaller" +<applet code="com.sun.opengl.utils.JOGLAppletLauncher" width=600 height=400 codebase="http://download.java.net/jogl/builds/archive/jsr-231-webstart-current" @@ -36,7 +36,7 @@ the standard Gears demo running as an applet: The applet above is instantiated with the following code: <pre> -<applet code="com.sun.opengl.utils.JOGLAppletInstaller" +<applet code="com.sun.opengl.utils.JOGLAppletLauncher" width=600 height=400 codebase="http://download.java.net/jogl/builds/archive/jsr-231-webstart-current" |