G
Guest
JTabbedPane mainTab = new JTabbedPane();
.....
mainTab.setBackgroundAt(0, Color.RED);
With the code above, I set to red the background of first tab.
When tab is inactive, all right and color is red.
When tab is active, the color is not red nor light-red but light-gray.
I want when the tab is active, the tab color is red(ff0000) or
light-red (ff8080)
Can you help me please?
.....
mainTab.setBackgroundAt(0, Color.RED);
With the code above, I set to red the background of first tab.
When tab is inactive, all right and color is red.
When tab is active, the color is not red nor light-red but light-gray.
I want when the tab is active, the tab color is red(ff0000) or
light-red (ff8080)
Can you help me please?