ColorMixer Applet


Your browser is ignoring the <APPLET> tag!
To see Fr. Chris' Java source code, click here

ColorMixer is a simple applet to help pick a color in Java, showing the various arguments needed to make a new Color.

The Color constructors are a good example of overloading. You can make a new instance of Color by using one of several constructor methods.