2

I have a simple question. Are there any method calls to have a Color Chooser, like in java swing

(JColorChooser) 

In Java Awt?

jww
  • 97,681
  • 90
  • 411
  • 885
Sniper
  • 41
  • 7
  • 1
    Why use AWT? See [this answer](http://stackoverflow.com/questions/6255106/java-gui-listeners-without-awt/6255978#6255978) for many good reasons to abandon AWT using components in favor of Swing. `JColorChooser` is one of those reasons, AWT has no equivalent. – Andrew Thompson Sep 15 '14 at 05:33

0 Answers0