How can I remove border from tab ? Tabs' enable is set to false.
There is a picture for a better idea
Thanks for help.
How can I remove border from tab ? Tabs' enable is set to false.
There is a picture for a better idea
Thanks for help.
Possible solution: don't use a JTabbedPane. Instead perhaps you want to use a JList or JLabels, add a MouseListener and on mousePressed swap the view to the right using a CardLayout.