Set the Color to use with the class @param c Color
(Color c)
| 327 | * @param c Color |
| 328 | */ |
| 329 | public void setColor(Color c) { |
| 330 | color = c; |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * Set the Background Color to use with the class |
no outgoing calls
no test coverage detected