diff options
author | Kenneth Russel <[email protected]> | 2007-07-04 20:27:08 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-04 20:27:08 +0000 |
commit | 835c2f56041080241632d7e102fa45ab4605baf8 (patch) | |
tree | 23789ff98f7e29faf291444dd2bc01d891765eb5 | |
parent | 84b4313f145a6104ac30197cdc21c9089fe417f0 (diff) |
Updated doc
-rw-r--r-- | src/org/jdesktop/applet/util/JNLPAppletLauncher.java | 12 | ||||
-rw-r--r-- | www/index.html | 8 |
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> * <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> <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" |