I am creating a ticker in an
applet where i am using the drawString method of the Graphics class
. what i want is each letter of the
string which will be painted by the drawString method on the applet should be in a different color.
say if my String is
JAVA , i want J in a different color, A in a different color, V in a different color & A in a different color