Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good libraries for doing tearaway tabs in Java?

Tags:

java

swing

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. :-)

like image 327
Brian Knoblauch Avatar asked May 17 '11 13:05

Brian Knoblauch


1 Answers

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.

like image 136
Reverend Gonzo Avatar answered Sep 18 '22 12:09

Reverend Gonzo