public abstract void setColor (Color c)

Sets this graphics context's current color to the specified color. All subsequent graphics operations using this graphics context use this specified color.

Parameters:
c    the new rendering color.

See also:
java.awt.Color, java.awt.Graphics.getColor