Revision: 89
http://svn.sourceforge.net/jtreemap/?rev=89&view=rev
Author: benoitx
Date: 2006-11-04 09:22:28 -0800 (Sat, 04 Nov 2006)
Log Message:
-----------
Do not fire the applet twice...
Modified Paths:
--------------
trunk/src/site/generic-appletsample.xml
Modified: trunk/src/site/generic-appletsample.xml
===================================================================
--- trunk/src/site/generic-appletsample.xml 2006-11-04 17:09:14 UTC (rev 88)
+++ trunk/src/site/generic-appletsample.xml 2006-11-04 17:22:28 UTC (rev 89)
@@ -24,12 +24,12 @@
<li>width and height are configured in the usual applet way</li>
</ul>
<div class="source"><pre>
- <applet archive="./jtreemap-@JARVERSION@.jar"
+ < applet archive="./jtreemap-@JARVERSION@.jar"
code="net.sf.jtreemap.swing.example.JTreeMapAppletExample.class"
width="600" height="400">
<param name="dataFile" value="samples/dataDump.xml"/>
<param name="dataFileType" value="xml"/>
- </applet>
+ < /applet>
</pre></div>
</subsection>
</section>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|