***** Documentation about Demicron's "datatext" java-applet **** ********* Version 1.1, programmed by Anibal Wainstein ********** Licence agreement: The registration number for this applet is A00009. Note that Demicron doesn't take any responsibility against damage this applet may do to your system or another. The applet is freeware and may be used commercially by anyone. It may not be altered in any way. Description: Datatext simulates a computer terminal. You can have several pages and you can choose background or foreground color. Configuration: * "demicron" (must be "www.demicron.se") Required parameter. * "reg" (must be "A00009") Required parameter. * "foreground" (hexadecimal color value) The text color. * "background" (hexadecimal color value) The background color. * "width" (integer number) The applet width in pixels. * "sleeptime" (integer number) Printing delay. Should be around 50. * "fontsize" (integer number) Maximum Font size. Should be 12. * "maxitems" (integer number) Number of lines. * "maxrows" (integer number) Maximum rows in the screen. If you have more lines that will fit in a page the applet switches the page automatically. * "itemxx" (text) A line item. You calculate the height of the applet with the following formula: Applet height = (maxrows + 1) * fontsize Here is an example of a HTML-configuration with recommended values: