summaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-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"