public class ColorChooser
extends java.lang.Object
| Constructor | Description |
|---|---|
ColorChooser() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Main method for testing the ColorChooser
|
static java.awt.Color |
pickAColor() |
Method to let the user pick a color and return
the color object.
|