Squiz Matrix
4.12.2
|
Public Member Functions | |
ColorChooser (String title, Color initialColor, boolean useHSB) | |
Color | getColor () |
void | textValueChanged (TextEvent e) |
synchronized void | adjustmentValueChanged (AdjustmentEvent e) |
Displays a dialog that allows the user to select a color using three sliders.
Definition at line 11 of file ColorChooser.java.
|
inline |
Constructs a ColorChooser using the specified title and initial color.
Definition at line 21 of file ColorChooser.java.
|
inline |
Displays a color selection dialog and returns the color selected by the user.
Definition at line 32 of file ColorChooser.java.