[Mathlib-develop] added parameters for java applets
Status: Beta
Brought to you by:
st_mueller
From: Stefan M. <st...@he...> - 2006-11-12 15:49:34
|
Dear all, I just committed changes to the class for java applets. <applet CODE = "MathLib.UI.Applet.MathLibGUI.class" CODEBASE = "Classes" 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"> </applet> It is now possible to specify a function at startup, foreground color, background color. Let me know in case you'll need some more parameters. Kind regards, Stefan. |