开发者

Any good libraries for doing tearaway tabs in Java?

开发者 https://www.devze.com 2023-03-06 17:47 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消