summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-07-04 20:25:44 +0000
committerKenneth Russel <[email protected]>2007-07-04 20:25:44 +0000
commit84b4313f145a6104ac30197cdc21c9089fe417f0 (patch)
tree7d0c08d6587aef01a042306ce74a56cf93b555ef
parent5c0a2dcad58176ee615cfdc43276e8952d8cb78d (diff)
Updated doc
-rw-r--r--www/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/index.html b/www/index.html
index 7cf9ae1..e76c896 100644
--- a/www/index.html
+++ b/www/index.html
@@ -237,9 +237,10 @@
An applet using JOGL as an extension. Note that this example does
not specify a codebase, instead specifying all of its archive tag
- elements with absolute URLs. Note also the use of the
- <code>noddraw.check</code> parameter to disable the use of
- DirectDraw since using JOGL implies the use of OpenGL.
+ elements with absolute URLs (which in a real applet tag must be all
+ on one line). Note also the use of the <code>noddraw.check</code>
+ parameter to disable the use of DirectDraw since using JOGL implies
+ the use of OpenGL.
<pre>
&lt;applet code="org.jdesktop.applet.util.JNLPAppletLauncher"