summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-07-04 20:22:54 +0000
committerKenneth Russel <[email protected]>2007-07-04 20:22:54 +0000
commitf2b3bf33b7a32bf578a00b87f74adec3dedc9586 (patch)
tree036dfa52a9709a611a7e6e2df2a7f4e13073f514
parent08646de61821cbdc4d05e26197dc9701e52df0c4 (diff)
Added <p>
-rw-r--r--src/org/jdesktop/applet/util/JNLPAppletLauncher.java6
-rw-r--r--www/index.html2
2 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 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
diff --git a/www/index.html b/www/index.html
index e5b63d2..b413bf9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -164,6 +164,8 @@
<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