Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JTabbedPane background color doesn't work in Win XP - SP 1 with JRE 1.4.2

843804Sep 23 2003 — edited Mar 20 2007
Setting 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2007
Added on Sep 23 2003
27 comments
1,034 views