Hi folks,
I have a JTabbedPane which have 4 tabs in it. Each tab have seperate title in it. By using the jtabbedpane's setFont method, I can set all the tab's title as BOLD. But I want the selected tab's title to be BOLD and unselected tab's title to be PLAIN.
How can we do this ? Is there any methods ? please help.
thanks