summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/org/jdesktop/applet/util/JNLPAppletLauncher.java17
-rw-r--r--www/index.html13
2 files changed, 16 insertions, 14 deletions
diff --git a/src/org/jdesktop/applet/util/JNLPAppletLauncher.java b/src/org/jdesktop/applet/util/JNLPAppletLauncher.java
index af4d282..c1220de 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.14 $
- * $Date: 2007/07/11 17:18:12 $
+ * $Revision: 1.15 $
+ * $Date: 2007/07/20 23:29:00 $
* $State: Exp $
*/
@@ -243,12 +243,13 @@ import org.xml.sax.helpers.DefaultHandler;
*
* <p>
*
- * This applet parameter is not currently well documented, but it
- * disables certain legacy behavior of the Java Plug-In. Before the
- * introduction of jar files, applets used to host their class files
- * and resources as flat files on the web server. Once jar files were
- * introduced, it was possible to improve the efficiency of resource
- * loading for applets, but (apparently) not without breaking
+ * This applet parameter was not well documented until <a
+ * href="http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html#codebase">recently</a>,
+ * but it disables certain legacy behavior of the Java Plug-In. Before
+ * the introduction of jar files, applets used to host their class
+ * files and resources as flat files on the web server. Once jar files
+ * were introduced, it was possible to improve the efficiency of
+ * resource loading for applets, but (apparently) not without breaking
* compatibility. An applet can specify the parameter
*
* <pre>
diff --git a/www/index.html b/www/index.html
index 96beedf..e96f133 100644
--- a/www/index.html
+++ b/www/index.html
@@ -166,12 +166,13 @@
<p>
- This applet parameter is not currently well documented, but it
- disables certain legacy behavior of the Java Plug-In. Before the
- introduction of jar files, applets used to host their class files
- and resources as flat files on the web server. Once jar files were
- introduced, it was possible to improve the efficiency of resource
- loading for applets, but (apparently) not without breaking
+ This applet parameter was not well documented until <a
+ href="http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/special_attributes.html#codebase">recently</a>,
+ but it disables certain legacy behavior of the Java Plug-In. Before
+ the introduction of jar files, applets used to host their class
+ files and resources as flat files on the web server. Once jar files
+ were introduced, it was possible to improve the efficiency of
+ resource loading for applets, but (apparently) not without breaking
compatibility. An applet can specify the parameter
<pre>