diff options
author | Kenneth Russel <[email protected]> | 2007-07-04 20:24:00 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-04 20:24:00 +0000 |
commit | 5c0a2dcad58176ee615cfdc43276e8952d8cb78d (patch) | |
tree | f74ac53444601d8711cb10d840acbb18ba3f0d79 /src | |
parent | f2b3bf33b7a32bf578a00b87f74adec3dedc9586 (diff) |
Added <p>
Diffstat (limited to 'src')
-rw-r--r-- | src/org/jdesktop/applet/util/JNLPAppletLauncher.java | 8 |
1 files changed, 6 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; * <param name="noddraw.check" value="true"> * </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; * <param name="noddraw.check.silent" value="true"> * </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 |