|
Arne Limburg made changes - 02/Jul/08 01:20 PM
This is the core module of Swing-Docking. Please provide it in your maven repository.
Arne Limburg made changes - 02/Jul/08 01:23 PM
This is the Java 6 extension of Swing-Docking. Please provide it in your maven repository.
Arne Limburg made changes - 02/Jul/08 01:23 PM
I already uploaded the jars, not yet committed the patch as I haven't looked at docking yet. Thanks Jan for doing this so quickly. The patch is just some lines of code + an example-application, which is mostly copied from the vldocking-example. I noticed that you also changed the DesktopApplicationPage, so I guess it's not just a drop in? I might have to check with Peter on this. I did not change the behavior of DesktopApplicationPage nor should my changes break existing code. I just made DesktopApplicationPage ready to be subclassed by my classes. You can take a look at it yourself or give it to Peter as he wrote the DesktopApplicationPage. Patch applied, mdi moved to docking package. revision (among others): Thanks for the patch.
Jan Hoskens made changes - 08/Jul/08 08:36 AM
Lieven Doclo made changes - 30/Oct/08 02:16 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This patch provides support for Swing-Docking, but I didn't really know into which module to put it, because it depends on DesktopApplicationPage, which is in sandbox. So this patch creates a dependency for the docking module to the sandbox module. If this is not wanted, please consider moving DesktopApplicationPage into the support module.