diff options
author | Kenneth Russel <[email protected]> | 2006-01-04 20:11:36 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-01-04 20:11:36 +0000 |
commit | 37f3a90f649e3b69296fcd54dc40db2acb5e511e (patch) | |
tree | 0212c050dc61b4c24bb3f74adbcaf37fb13a6009 /www | |
parent | d873efc54c38a8dcfcff82ee686f2cc4ad2a76d4 (diff) |
Fixed JOGL applet test
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@157 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
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" |