Set the Background Color for JTabbedPane
Posted
by Ram
on Stack Overflow
See other posts from Stack Overflow
or by Ram
Published on 2010-03-15T07:07:11Z
Indexed on
2010/03/15
7:09 UTC
Read the original article
Hit count: 430
I am using Nimbus Look and feel. I needs to change the Background color and foreground color of the JTabbedPane but the color doesn't set in JTabbedPane. I tried setForeground(), setForegroundAt(), setBackground() and setBackgroundAt() methods but it isnt works.
© Stack Overflow or respective owner