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. 🙂
Was thinking about implementing tearaway tabs on a Java project I’m working on. Wondering
Share
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.