There is a way to set foreground color only for text zone, not for every
combo items.
The combo is editable. I need to set foreground color for text zone to
RED, if entered text is not valid. When I use setForegroud() both text
zone and combo's popup has color RED. I need this color only for text.
What can I do against this?