Was thinking about implementing tearaway tabs on a Java project I'm working on. Wondering if there are any libraries out there that make it easy, or if I'm on my own. :-)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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 |
||||
|
|