hi i am karunakaran,
new user to this forum. I face one problem in java programming.
I set background color to combobox using
JCombobox com;
com.setBackGround(Color.blue);
I works correctly.
But once i make this combox disabled.
ie) com.setEnabled(false);
It go back to default color(gray).
How can i change this color .
reply soon.
thanks
karunakaran


Reply With Quote


Bookmarks