What are good docking frameworks for Java/Swing? [closed] What are good docking frameworks for Java/Swing? [closed] java java

What are good docking frameworks for Java/Swing? [closed]


Inactive projects

  • SwingDocking seems to me fully functional and fast; Apache license 2; Oct 2007
  • XUI will be further developed here?; MPL; 1.6 MB (XUI-jdk15.zip); Feb 2008
  • JDocking CDDL; 1.3 MB (v0.8.zip) the docking part of netbeans
  • JRichClient GPL; derivation of flexdock; Nov 2007


I once evaluated several docking frameworks (including the already mentioned flexdock and mydoggy and jdocking.

Finaly I came to Docking Frames, which I can really recommend. It is easy to use but still feature rich + good documentation and quick support from developer via forum.


I have successfully used FlexDock in the past but it seems not well supported and it is quite hard to start with (this is a quite complex framework for docking). FlexDock is open source.

Besides, more recently, I have enjoyed using MyDoggy which is well supported and quite easy to use (very well documented with enough examples and tutorials). Its main drawback (for me) is the difficulty to adapt its look when using 3rd-party LAFs (like Substance for instance). But in general I really like it. If I remember correctly, it is quite a lightweight library. I would recommend it for any use (it is open source and free to use) for its good API.