user3972744
user3972744

Reputation: 19

Eclipse style JTabbedpane

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.

Upvotes: 0

Views: 312

Answers (1)

Catalina Island
Catalina Island

Reputation: 7136

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

Upvotes: 1

Related Questions