MRGB Class

Class name: MRGB
Abstract: Draw moving circles.
Parameter Name: SEQUENCE
Parameter Value: Color sequence to be used for changing colors of the oval

Colors are coded as following:


Example1:

<APPLET code="MRGB.class" width=90 height=90> <param name=sequence value="RGYBM"> </APPLET>

Example2:

<APPLET code="MRGB.class" width=500 height=25> <param name=sequence value="BWBW"> </APPLET>