ArtBknwd.jpg (4390 bytes)SideArtBk.jpg (7907 bytes)
side67e3d.jpg (1832 bytes)
This Java Series Is Brought To you By YOA and @SunSystems.

The clock applet now has three parameters; the background color (bgcolor), the main foreground color (the hands and dial) (fgcolor1) and the secondary foreground color (the seconds hand and numbers) (fgcolor2). These three parameters are hexadecimal RGB numbers (like the ones used for the body bgcolor tag in HTML). For example:

<applet code="Clock2.class" width=170 height=150>
<param name=bgcolor value="000000">
<param name=fgcolor1 value="ff0000">
<param name=fgcolor2 value="ff00ff">
</applet>

would give you a black background, a red dial and hands, and purple numbers.

For those who don't convert to hexadecimal easily, here are some common values:

  • black = 000000
  • blue = 0000ff
  • cyan = 00ffff
  • darkGray = 404040
  • gray = 808080
  • green = 00ff00
  • lightGray = c0c0c0
  • magenta = ff00ff
  • orange = ffc800
  • pink = ffafaf
  • red = ff0000
  • white = ffffff
  • yellow = ffff00

The source for JDK1.0.2 API. (If you don't know which one to take, take this one.)
The source for JDK1.1 API.
BACK HOME  GO TO JAVA


Rachel Gollub
rmg@eng.sun.com

side67e3d.jpg (1832 bytes)
side67e3d.jpg (1832 bytes)

Go Animated Downloads! Click To Go Now! Go See This Page!
SHOCKWAVE   ANIMATED Pegas-@CAD    


This Page Desined & Maintained By Youth @1998/2000 LSYF/YOA.