JTabbedPane background color doesn't work in Win XP - SP 1 with JRE 1.4.2
843804Sep 23 2003 — edited Mar 20 2007Setting background color for JTabbedPane doesn't
work in "Windows XP with SP 1" when using JRE 1.4.2.
For example, following call doesn't set the
tab to green:
tabbedPane.setBackgroundAt(0, Color.green);
It always displays TABS with the white background.
Is anybody aware of this problem?
Thanks-in-advance for any help / suggestions!
Sundar