Basic HTML version of Foils prepared May 12 1996

Foil 100 ColorSwirl -- An Example from Teach Yourself Java in 21 Days - I

From CRPC Lectures on Java Language Applets Graphics CRPC Annual Meeting Tutorial -- May 14,1996. by Geoffrey C. Fox


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 }

in Table To:


Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Dec 14 1997