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


public class ColorSwirl extends java.applet.Applet
implements Runnable {
Font f= new Font ("TimesRoman", Font.BOLD, 48);
Color colors [] = new color [50]
Thread runThread;
public void start () {
if (RunThread == null) {
runThread = new Thread (this);
runThread.start ();
  • }
}



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