1

How can I remove border from tab ? Tabs' enable is set to false.

There is a picture for a better idea

enter image description here

Thanks for help.

Hovercraft Full Of Eels
  • 283,665
  • 25
  • 256
  • 373
LOOK
  • 17
  • 1
  • 9

1 Answers1

1

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.

Hovercraft Full Of Eels
  • 283,665
  • 25
  • 256
  • 373