I have Tabbed Pane with three tabs.
How to hide the header of these tabs to prevent the user from pressing on them?
I used to do it in c# by creating a class inherited from tab component class and then override the method to hide the tabs, but recently i switch to java and i searched a lot without reaching any result.
try this