Color Picker source code

Hi,

I just want to share a component

Desc : A standalone class that can be used to select a color as in MS Paint.

Note:

  • Compatible with all JVM 1.1+ (SUN and MS)
  • Can be easily used like a component by changing “extends Dialog” by “extends Component”
  • Source code is a bit dirty, sorry.

Online applet sample : http://dzzd.net/ColorPicker/
Full source code zipped : http://dzzd.net/ColorPicker/ColorPicker.zip

Bruno

That’s a very cool tool! Thank you! ;D