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