Exemplo n.º 1
0
 /** set the body color to the parameter and default colors for all other parts */
 public void setColor(Color c) {
   bodyColor = c;
   body.setFillColor(c);
   body.setColor(c);
 }