Any good libraries for doing tearaway tabs in Java?
Was thinking about implementing tearaway tabs on a Java project I'm working on. Wondering if ther开发者_运维百科e are any libraries out there that make it easy, or if I'm on my own. :-)
JIdeTabbedPane supports floating tabs though I'm not sure if you can just drag them out.
Correction:
This is what you're looking for:
What are good docking frameworks for Java/Swing?
From that link, the demo of MyDoggy shows beautiful tearaways tabs and docking support.
For a related component, see How to Use Tool Bars. This comment suggests that JToolBar
is quite flexible about content.
精彩评论