I want an SWT widget for color picker.The closest I could find was a color dialog box in which case a dialog box appears to select colour. But I want a drop down color picker.
Asked
Active
Viewed 1,657 times
1 Answers
2
I'm not aware of any alone color picking widget other than ColorDialog in SWT. You can find other handmade components in open source projects, but it will not be easy to use them in your project 'cause of their dependencies.
You can look to open source project code browser with color picker search (be aware of different licences), especially to some particular codes spket project color picker, perl editor color picker, nattable color picker, jsc color picker..

Sorceror
- 4,835
- 2
- 21
- 35