HELP! * GREY=local LOCAL HTML version of Foils prepared July 10 1996

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

From Basic Lectures on Java Language Applets Graphics Networking Trip to China and Icase Tutorial -- July 12-28 and June 10-13 96. by Geoffrey C. Fox * Critical Information in IMAGE

This example draws a text message in color and cycles through a series of colors. It doesn't require blanking the screen.
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 Tue Feb 18 1997