I want to customize the color of my tabbedPane to fit at the theme of my gui, but I don't know how to do it. I've tried lots of code but still nothing happens.
Here's my gui...

thnx in advance ^_^
|
I want to customize the color of my tabbedPane to fit at the theme of my gui, but I don't know how to do it. I've tried lots of code but still nothing happens. Here's my gui...
thnx in advance ^_^
| |||||
feedback
|
|
There are couple UIManager setting you can make before you create the GUI but they will be for every JTabbedPane: This will change the selected tab color.
I don't see a setting for the border but you can hide it like so:
Lastly you can change the background of the tab pane like this:
| |||
|
feedback
|
|
For the JTabbedPane look and feel, set the Relevant code:
| |||
|
feedback
|