ITSE 2317 OOP
Using a JColorChooser object
Lecture # 14
Run: Wed Aug 15 20:55:35 CDT 2012
Baldwin

Slides
aa  -  ITSE 2317 Java Programming (Intermediate)
ab  -  Using a JColorChooser object
ac  -  Figures
ad  -  Listings
ae  -  What is a JColorChooser object?
af  -  Program output at startup
ag  -  Program output after clicking the Choose Color button.
ah  -  The initial color selection
ai  -  Program output after selecting a reddish color and clicking the OK button.
aj  -  New color in the GUI
ak  -  Program output after clicking the Darker button.
al  -  A darker color
am  -  A brighter color
an  -  Discussion and sample code
ao  -  Event handler for the Choose Color button
ap  -  Show the JColorChooser object
aq  -  Call the static showDialog method
ar  -  A straightforward explanation
as  -  Parameters to the showDialog method
at  -  The third parameter
au  -  The return value
av  -  Processing the return value
aw  -  What happens next?
ax  -  Darkening and brightening the color
ay  -  The darkening action listener
az  -  A brightening event handler
ba  -  End of story
bb  -  Complete program listing
bc  -  The end

-end-