diff options
author | Kenneth Russel <[email protected]> | 2007-07-04 20:22:54 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-07-04 20:22:54 +0000 |
commit | f2b3bf33b7a32bf578a00b87f74adec3dedc9586 (patch) | |
tree | 036dfa52a9709a611a7e6e2df2a7f4e13073f514 /src/org/jdesktop/applet/util | |
parent | 08646de61821cbdc4d05e26197dc9701e52df0c4 (diff) |
Added <p>
Diffstat (limited to 'src/org/jdesktop/applet/util')
-rw-r--r-- | src/org/jdesktop/applet/util/JNLPAppletLauncher.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java index 31eb9a5..f7cf98b 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.8 $ - * $Date: 2007/07/04 20:20:57 $ + * $Revision: 1.9 $ + * $Date: 2007/07/04 20:22:54 $ * $State: Exp $ */ @@ -241,6 +241,8 @@ import org.xml.sax.helpers.DefaultHandler; * * <h2>Applets using the OpenGL(r) 3D API</h2> * + * <p> + * * Applets using the OpenGL 3D graphics API, for example through JOGL * or Java 3D, may encounter robustness issues on the Windows platform * because Sun's Java 2D implementation on Windows uses Microsoft's |