JComboBox disabled text color

Hi,will really appreciate if someone can let me know how i can change the color of the text when the combobox is disabled.with JTextField there is a method setDisabledTextColor(...).i tried with setForeground()... but did not work...thanks
[274 byte] By [tomtomja] at [2007-11-27 5:06:15]
# 1

is the comboBox editable or not?

If so, the editor component is a JTextField.

if not, here's the results from [url=http://onesearch.sun.com/search/onesearch/index.jsp?qt=JComboBox+disabled+text+color&subCat=siteforumid%3Ajava57&site=dev&dftab=siteforumid%3Ajava57&chooseCat=javaall&col=developer-forums]searching the forum[/url]

Michael_Dunna at 2007-7-12 10:24:55 > top of Java-index,Desktop,Core GUI APIs...