vote up 1 vote down star

After solving my flicker issue, I wonder if there is a better closable Tabbed Pane, then the one that pops up on top by googling for closabletappedpane? (you recognize it by its processMouseEvents Method)

I especially need one, that never flickers :-)

Please post your experience, links with your own closable Tabbed Panes here.

flag

25% accept rate

3 Answers

vote up 3 vote down

There is a sample implementation of closable tabs using JTabbedPane in the JDK.

link|flag
sadly I'm forced to use JDK 1.5... and there is no JTabbedPane#setComponentAt(...) But thank you anyway. – Andre Bossard Oct 1 '08 at 6:49
vote up 1 vote down

I really recommend to follow tutorial mentioned above. It is simple to create such a tab and you have full control over its behavior.

link|flag
vote up 1 vote down

JideTabbedPane is pretty awesome and it's in the common layer (which is open source). It supports all sorts of sweet features to make Java apps not seem so crusty. We've had great success with it on my project.

link|flag
Jide looks nice, but the binaries use 1MB and I just want to use the closable tabbed panes. But thanks anyway – Andre Bossard Oct 1 '08 at 6:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.