Vaadin 7 Color Picker

Is it possible to make Swatches tab come as default not RGB
image.png

The underlying implementation there is a TabSheet. Maybe try setRGBVisibility(false) and setRGBVisibility(true)?

That might switch the order of the tabs