[Mathlib-commitlog] SF.net SVN: mathlib:[644] JMathLib/trunk/doc/src/extendingandembedding.xml
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-07 19:15:58
|
Revision: 644
http://mathlib.svn.sourceforge.net/mathlib/?rev=644&view=rev
Author: st_mueller
Date: 2009-01-07 19:15:44 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
correction of some typos
Modified Paths:
--------------
JMathLib/trunk/doc/src/extendingandembedding.xml
Modified: JMathLib/trunk/doc/src/extendingandembedding.xml
===================================================================
--- JMathLib/trunk/doc/src/extendingandembedding.xml 2009-01-07 19:15:11 UTC (rev 643)
+++ JMathLib/trunk/doc/src/extendingandembedding.xml 2009-01-07 19:15:44 UTC (rev 644)
@@ -34,14 +34,14 @@
The following code is an example for usage in mozilla.
<programlisting>
-<applet CODE = "jmathlib.ui.applet.JMathLibGUI.class"
- CODEBASE = "Classes" ARCHIVE = "JMathLibSmallApplet.jar"
- WIDTH = "700" HEIGHT = "400"
+<applet CODE = "jmathlib.ui.applet.JMathLibGUI.class"
+ CODEBASE = "bin" ARCHIVE = "JMathLibSmallApplet.jar"
+ WIDTH = "700" HEIGHT = "400"
ALIGN = "middle"
- VSPACE = "0" HSPACE = "0" >
-<PARAM NAME="startup" VALUE = "plot(rand(2,30))">
-<PARAM NAME="fgcolor" VALUE = "ff00ff">
-<PARAM NAME="bgcolor" VALUE = "f64033">
+ VSPACE = "0" HSPACE = "0" >
+<PARAM NAME="startup" VALUE = "plot(rand(2,30))">
+<PARAM NAME="fgcolor" VALUE = "ff00ff">
+<PARAM NAME="bgcolor" VALUE = "f64033">
</applet>
</programlisting>
</para>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|