I would like to discuss some proposed changes in the JColorChooser component.
At present, the JColorChooser component contains the following default tabs:
* Swatches: the predefined set of colors
* HSB: color selection defined by hue, saturation, and brightness using a diagram
* RGB: color selection defined by its constituents (Red, Green, and Blue) using a slider
My suggestion is to combine...