up vote 2 down vote favorite
share [g+] share [fb]

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.

link|improve this question

50% accept rate
feedback

3 Answers

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

link|improve this answer
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
feedback

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|improve this answer
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
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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