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