<applet code=type_writer.class width=140 height=180> <PARAM NAME=delay_time VALUE="40"> <PARAM NAME=bgcolor VALUE="4f50b0"> <PARAM NAME=fgcolor VALUE="E6E6E6"> <PARAM NAME=font_size VALUE="12"> <PARAM NAME=font_type VALUE="Arial"> <PARAM NAME=line_height VALUE="16"> <PARAM NAME=paragraph_count VALUE="3"> <PARAM NAME=parag1 VALUE="Type writer writes your text messages"> <PARAM NAME=parag2 VALUE="This Java applet has basic parameters. "> <PARAM NAME=parag3 VALUE="You can change delay time, background color, foreground color, font size, font type, line height and paragraph count."> </APPLET>
delay_time = Geschwindigkeit des Applets bgcolor = Hintergrundfarbe fgcolor = Textfarbe font_size = Textgrösse font_type = Schriftart line_height = Zeilenhöhe paragraph_count = Anzahl der Meldungen parag1 = Text der Meldung 1 parag2 = Text der Meldung 2 parag3 = ....usw...
Gökhan Daðlý