Fill Methods
Each “draw” method (except drawLine and drawString) has a corresponding “fill” method
The syntax is the same except that the word “draw” is replaced by “fill” (e.g., fillRect)
An object is filled with the current color, chosen as follows: g.setColor( c );where c is a Color object