JTabbedPane - colour tabs
793881Mar 14 2009 — edited Mar 14 2009How can I paint the tabs in a JTabbedPane. I tried using setBackGroundAt(...) but than only tha non-selected tabs are painted (in my case black). So I tried setForeGroundAt(..) too, but this didn't paint the selected tab. Any ideas on how to do this? (Should I use an SSCCE to explain this, or is it obvious whitout?)
Thanks,
Sam