diff options
author | Kenneth Russel <[email protected]> | 2007-07-03 23:33:55 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-03 23:33:55 +0000 |
commit | 7e4f0cf3350a1a2364b3f2eb90253d1b51b2fe33 (patch) | |
tree | 3243afd8daea7c8149c128d9c6d71776fdbd71ef | |
parent | a61c3a19bc11fc2ec5d07ad1cbaae7dd220662b1 (diff) |
Further simplification
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@215 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r-- | www/applettest-next.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/applettest-next.html b/www/applettest-next.html index 3c04bb9..06a78b9 100644 --- a/www/applettest-next.html +++ b/www/applettest-next.html @@ -10,8 +10,7 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - codebase="http://download.java.net/media/applet-launcher" - archive="applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar"> + archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> <param name="progressbar" value="true"> |