Update of /cvsroot/thinlet/thinlet/src/java/thinlet/drafts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31207/drafts
Modified Files:
drafts.html
Log Message:
Synchronize with the latest official release (7 Mar 2004).
Fix API change in Demo.java .
Change tree properties in Demo to demonstrate new functionality.
Index: drafts.html
===================================================================
RCS file: /cvsroot/thinlet/thinlet/src/java/thinlet/drafts/drafts.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- drafts.html 26 Jun 2003 15:21:55 -0000 1.1
+++ drafts.html 19 Apr 2004 17:42:29 -0000 1.2
@@ -1,5 +1,5 @@
-<html><body>
- <applet code="thinlet.AppletLauncher" codebase="../.." width="480" height="270">
- <param name="class" value="thinlet.drafts.Drafts">
- </applet>
+<html><body>
+ <applet code="thinlet.AppletLauncher" codebase="../.." width="480" height="270">
+ <param name="class" value="thinlet.drafts.Drafts">
+ </applet>
</body></html>
\ No newline at end of file
|