1 | public class ColorSwirl extends java.applet.Applet |
2 | implements Runnable { |
3 | Font f= new Font ("TimesRoman", Font.BOLD, 48); |
4 | Color colors [] = new color [50] |
5 | Thread runThread; |
6 | public void start () { |
7 | if (RunThread == null) { |
8 | runThread = new Thread (this); |
9 |
runThread.start ();
|
10 | } |