Why does the text "Custom Color.." that appears when the colour selections appear in the drop-down section of ColorPicker use two dots (i.e. "..") instead of an ellipsis or three dots (i.e. "...") at the end of the text?
The ellipsis is a standard scientific and mathematical symbol and is of course used throughout Swing and JavaFX when text cannot fit into a clipped region so would seem far more appropriate to use in this context than a double-dot which has no mathematical or UI precedence that I am aware of. Felix