Changing text color when combobox setEnabled() is false
Hey guys, when I use the setEnabled() on comboboxes,(and its set to false) I'm wondering how I can change the text color so it is black and not gray. The people I'm developing software for, and myself, find it too hard to read and I can't find a way to access the text color. It was easy fixing text components as I just had to use setEditable() instead which did not gray the text color but there is not a setEditable() method available to comboboxes in SWT. Any help greatly appreciated!