diff options
Diffstat (limited to 'src/org/jdesktop/applet/util/JNLPAppletLauncher.java')
-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 |