Sets the background color for the Graphics object. After you set the background color for the Graphics object, that color is used to fill empty regions in the object's bounding rectangle.
public final void setBackColor( Color color )
color
A Color object that specifies the background color.
See Also getBackColor