diff options
author | Kenneth Russel <[email protected]> | 2007-07-04 20:20:57 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-04 20:20:57 +0000 |
commit | 5c021434819a6e4fa3ad769a0ca579d8648aedf5 (patch) | |
tree | 81ee3370e0c5ba1f87da0eb47d6dfc8171294ab0 | |
parent | 0efbb04ee61d88c717c6aef85d07a289b0a3b22f (diff) |
Split up long archive tags for better readability of the front page
-rw-r--r-- | src/org/jdesktop/applet/util/JNLPAppletLauncher.java | 23 | ||||
-rw-r--r-- | www/index.html | 12 |
2 files changed, 26 insertions, 9 deletions
diff --git a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java index 4032724..31eb9a5 100644 --- a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java +++ b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java @@ -37,8 +37,8 @@ * intended for use in the design, construction, operation or * maintenance of any nuclear facility. * - * $Revision: 1.7 $ - * $Date: 2007/07/04 20:17:42 $ + * $Revision: 1.8 $ + * $Date: 2007/07/04 20:20:57 $ * $State: Exp $ */ @@ -308,15 +308,19 @@ import org.xml.sax.helpers.DefaultHandler; * * An applet using JOGL as an extension. Note that this example does * not specify a codebase, instead specifying all of its archive tag - * elements with absolute URLs. Note also the use of the - * <code>noddraw.check</code> parameter to disable the use of - * DirectDraw since using JOGL implies the use of OpenGL. + * elements with absolute URLs (which in a real applet tag must be all + * on one line). Note also the use of the <code>noddraw.check</code> + * parameter to disable the use of DirectDraw since using JOGL implies + * the use of OpenGL. * * <pre> * <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" * width=600 * height=400 - * archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/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-current/jogl.jar, + * http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, + * http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar"> * <param name="subapplet.classname" value="demos.applets.GearsApplet"> * <param name="subapplet.displayname" value="JOGL Gears Applet"> * <param name="noddraw.check" value="true"> @@ -339,7 +343,12 @@ import org.xml.sax.helpers.DefaultHandler; * <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" * width=600 * height=400 - * archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar,http://download.java.net/media/joal/webstart/joal.jar,http://download.java.net/media/joal/webstart/joal-demos.jar"> + * archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, + * http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, + * http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, + * http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar, + * http://download.java.net/media/joal/webstart/joal.jar, + * http://download.java.net/media/joal/webstart/joal-demos.jar"> * <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> * <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> * <param name="noddraw.check" value="true"> diff --git a/www/index.html b/www/index.html index 35e9726..1464dfc 100644 --- a/www/index.html +++ b/www/index.html @@ -237,7 +237,10 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/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-current/jogl.jar, + http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, + http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> <param name="noddraw.check" value="true"> @@ -260,7 +263,12 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar,http://download.java.net/media/joal/webstart/joal.jar,http://download.java.net/media/joal/webstart/joal-demos.jar"> + archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, + http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, + http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, + http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar, + http://download.java.net/media/joal/webstart/joal.jar, + http://download.java.net/media/joal/webstart/joal-demos.jar"> <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> <param name="noddraw.check" value="true"> |