summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-07-04 20:24:00 +0000
committerKenneth Russel <[email protected]>2007-07-04 20:24:00 +0000
commit5c0a2dcad58176ee615cfdc43276e8952d8cb78d (patch)
treef74ac53444601d8711cb10d840acbb18ba3f0d79
parentf2b3bf33b7a32bf578a00b87f74adec3dedc9586 (diff)
Added <p>
-rw-r--r--src/org/jdesktop/applet/util/JNLPAppletLauncher.java8
-rw-r--r--www/index.html4
2 files changed, 10 insertions, 2 deletions
diff --git a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java
index f7cf98b..39eeb7c 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.9 $
- * $Date: 2007/07/04 20:22:54 $
+ * $Revision: 1.10 $
+ * $Date: 2007/07/04 20:24:00 $
* $State: Exp $
*/
@@ -264,6 +264,8 @@ import org.xml.sax.helpers.DefaultHandler;
* &lt;param name="noddraw.check" value="true"&gt;
* </pre>
*
+ * <p>
+ *
* will cause the applet launcher, when run on Windows, to check to
* see whether DirectDraw is enabled and, if so, will prompt the user
* with a dialog box asking to disable it. A browser restart is
@@ -280,6 +282,8 @@ import org.xml.sax.helpers.DefaultHandler;
* &lt;param name="noddraw.check.silent" value="true"&gt;
* </pre>
*
+ * <p>
+ *
* In this case it will not be obvious to the end user that a browser
* restart might be required for best robustness, but you could
* potentially document the need to try restarting the browser in case
diff --git a/www/index.html b/www/index.html
index b413bf9..7cf9ae1 100644
--- a/www/index.html
+++ b/www/index.html
@@ -187,6 +187,8 @@
&lt;param name="noddraw.check" value="true"&gt;
</pre>
+ <p>
+
will cause the applet launcher, when run on Windows, to check to
see whether DirectDraw is enabled and, if so, will prompt the user
with a dialog box asking to disable it. A browser restart is
@@ -203,6 +205,8 @@
&lt;param name="noddraw.check.silent" value="true"&gt;
</pre>
+ <p>
+
In this case it will not be obvious to the end user that a browser
restart might be required for best robustness, but you could
potentially document the need to try restarting the browser in case