Possible Duplicate:
Java color code convert to color name
Java Swing issue - Using color palette
I created a program in JFrame
, in that i kept Jcolorchooser
window, two textfield and one button.
If i click the button it will open Jcolorchooser
, then if select any color it will give hexadecimal value in textfield and color name in another textfield at runtime. But i didn't get color name of the selected JColorChooser
.