© Werner Randelshofer
Examples 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 << >>
backgroundColor=0xff6666
Red background
backgroundColor=0x66ff66
Green Background
backgroundColor=0x6666ff
Yellow Background
Demonstrates the backgroundColor parameter.
backgroundColor
Applet Tag:
<applet code="ch.randelshofer.rubik.RubikPlayerApp.class" archive="rubikplayer.zip" width="264" height="245">
<applet
code="ch.randelshofer.rubik.RubikPlayerApp.class" archive="rubikplayer.zip"
width="264" height="245">
<param name="backgroundColor" value="0xff6666">
</applet>