Eclipse style JTabbedpane

319 Views Asked by At

I have seen the same question as this

However , I have worked on a even harder project, I want to customize the Jtabbedpane as this

please watch the component which like a JTabbedPane.

as you can see, there are many tags and two buttons used to minimize and maxumize on the tab title. More additon when there are too many tabs there will be anothoer button and you can click it to get those tags that you can not see.

I have no idea about How to achieve this, please Help me.

1

There are 1 best solutions below

0
On

To start, you could try Tabs With Custom Components. Like this example, it uses setTabComponentAt() to add a custom ButtonTabComponent that has a checkbox.