summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-07-04 20:27:08 +0000
committerKenneth Russel <[email protected]>2007-07-04 20:27:08 +0000
commit835c2f56041080241632d7e102fa45ab4605baf8 (patch)
tree23789ff98f7e29faf291444dd2bc01d891765eb5 /www
parent84b4313f145a6104ac30197cdc21c9089fe417f0 (diff)
Updated doc
Diffstat (limited to 'www')
-rw-r--r--www/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/index.html b/www/index.html
index e76c896..c96b053 100644
--- a/www/index.html
+++ b/www/index.html
@@ -237,10 +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 (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.
+ elements with absolute URLs (split here for readability; in a real
+ applet tag they 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"