summaryrefslogtreecommitdiffstats
path: root/www/applettest.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/applettest.html')
-rw-r--r--www/applettest.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/applettest.html b/www/applettest.html
index 3fe3e88..8de33f8 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"
@@ -36,7 +36,7 @@ the standard Gears demo running as an applet:
The applet above is instantiated with the following code:
<pre>
-&lt;applet code="com.sun.opengl.utils.JOGLAppletLauncher"
+&lt;applet code="com.sun.opengl.util.JOGLAppletLauncher"
width=600
height=400
codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current"