Parameter | Default | Meaning |
---|---|---|
CODE="Pwd10e.class" | Indispensable |
Name is not changed. ( Possibility that change if source program is changed ) |
WIDTH | Indispensable |
Width of the display range.( It is not a text window. ) It designates with 180 in relation to the backcolor. |
HEIGHT | Indispensable |
Height of the display range.( In is not a text window.) It designates with 50 in relation to the backcolor. |
<APPLET CODE="Pwd10e.class" WIDTH=180 HEIGHT=50 ALIGN=BOTTOM> </APPLET> |