|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ColorChooser
A class to make working with a color chooser easier for students. It uses a JColorChooser to let the user pick a color and returns the choosen color object. Copyright Georgia Institute of Technology 2004
Constructor Summary | |
ColorChooser()
|
Method Summary | |
static java.awt.Color |
pickAColor()
Method to let the user pick a color and return the color object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColorChooser()
Method Detail |
public static java.awt.Color pickAColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |