Hi all,
I have a little problem I couldn't solve by myself so if someone can help me...
I put a JTabbedPane in a Swing Application and could find how to change some of the colors of the pane :
- the selected tab title color,
- the background color behind the tabs titles
I tried almost every methods I found in API that are Color related :
... but couldn't change these colors.
So If someone can help...
Water is not bad as long as it remains outside human body ;-)
I have a little problem I couldn't solve by myself so if someone can help me...
I put a JTabbedPane in a Swing Application and could find how to change some of the colors of the pane :
- the selected tab title color,
- the background color behind the tabs titles
I tried almost every methods I found in API that are Color related :
Code:
Color c = new Color(33,30,25);
setBackground(c);
setForeground(c);
setBackgroundAt(0, c);
setForegroundAt(0, c);
... but couldn't change these colors.
So If someone can help...
Water is not bad as long as it remains outside human body ;-)