summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-07-04 20:27:08 +0000
committerKenneth Russel <[email protected]>2007-07-04 20:27:08 +0000
commit835c2f56041080241632d7e102fa45ab4605baf8 (patch)
tree23789ff98f7e29faf291444dd2bc01d891765eb5
parent84b4313f145a6104ac30197cdc21c9089fe417f0 (diff)
Updated doc
-rw-r--r--src/org/jdesktop/applet/util/JNLPAppletLauncher.java12
-rw-r--r--www/index.html8
2 files changed, 10 insertions, 10 deletions
diff --git a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java
index 39eeb7c..9cb129f 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.10 $
- * $Date: 2007/07/04 20:24:00 $
+ * $Revision: 1.11 $
+ * $Date: 2007/07/04 20:27:08 $
* $State: Exp $
*/
@@ -314,10 +314,10 @@ 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 (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.
+ * elements with absolute URLs (split here for readability; in a real
+ * applet tag they 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>
* &lt;applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
diff --git a/www/index.html b/www/index.html
index e76c896..c96b053 100644
--- a/www/index.html
+++ b/www/index.html
@@ -237,10 +237,10 @@
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 (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.
+ elements with absolute URLs (split here for readability; in a real
+ applet tag they 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>
&lt;applet code="org.jdesktop.applet.util.JNLPAppletLauncher"