What are good docking frameworks for Java/Swing? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T19:43:58Z http://stackoverflow.com/feeds/question/304874 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing 2 What are good docking frameworks for Java/Swing? DR 2008-11-20T10:25:15Z 2009-10-22T14:01:02Z <p>I'm looking for a good lightweight Java docking framework.</p> <p>I know that Netbeans and Eclipse can be used as RCP, but I'm looking for something a little bit more lightweight.</p> http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing/305001#305001 1 Answer by dhiller for What are good docking frameworks for Java/Swing? dhiller 2008-11-20T11:22:16Z 2008-11-20T11:22:16Z <p>See the <a href="http://www.infonode.net/index.html?idw" rel="nofollow">infonode docking windows</a>.</p> <p>They have a gpl version and a commercial version, but the licenses are not that expensive. Robust and good looking if you select the right skin (we use the ShapedGradientDockingTheme which looks a little like eclipse).</p> http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing/308253#308253 1 Answer by Sergey Borodavkin for What are good docking frameworks for Java/Swing? Sergey Borodavkin 2008-11-21T09:24:11Z 2008-11-21T09:24:11Z <p>We use VLDocking from vlsolutions (<a href="http://vlsolutions.com" rel="nofollow">http://vlsolutions.com</a>) quite successfully in 3 of our products. They have some open-source license compatible with GPL.</p> http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing/309687#309687 1 Answer by Tony Eichelberger for What are good docking frameworks for Java/Swing? Tony Eichelberger 2008-11-21T18:22:59Z 2008-11-21T18:22:59Z <p>JIDE has quite a few components including a docking framework. The core of JIDE is open source but they also have several commercial libraries. The docking framework is commercial.</p> <p><a href="http://www.jidesoft.com/products/component.htm" rel="nofollow">http://www.jidesoft.com/products/component.htm</a></p> http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing/333226#333226 1 Answer by jfpoilpret for What are good docking frameworks for Java/Swing? jfpoilpret 2008-12-02T06:50:37Z 2008-12-02T06:50:37Z <p>I have successfully used <strong>FlexDock</strong> 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.</p> <p>Besides, more recently, I have enjoyed using <strong>MyDoggy</strong> 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.</p> http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing/1292287#1292287 1 Answer by räph for What are good docking frameworks for Java/Swing? räph 2009-08-18T07:15:27Z 2009-08-18T07:15:27Z <p>I once evaluated several docking frameworks (including the already mentioned <a href="https://flexdock.dev.java.net/" rel="nofollow">flexdock</a> and <a href="http://mydoggy.sourceforge.net/" rel="nofollow">mydoggy</a> and <a href="https://jdocking.dev.java.net/" rel="nofollow">jdocking</a>.</p> <p>Finaly I came to <a href="http://dock.javaforge.com/index.html" rel="nofollow">Docking Frames</a>, which I can really recommend. It is easy to use but still feature rich + good documentation and quick support from developer via forum.</p> http://stackoverflow.com/questions/304874/what-are-good-docking-frameworks-for-java-swing/1607431#1607431 1 Answer by karussell for What are good docking frameworks for Java/Swing? karussell 2009-10-22T14:01:02Z 2009-10-22T14:01:02Z <p>See a comprehensive list here: <a href="http://karussell.wordpress.com/2009/10/12/vl-docking-and-other-window-docking-managers-for-java/" rel="nofollow">http://karussell.wordpress.com/2009/10/12/vl-docking-and-other-window-docking-managers-for-java/</a></p>