This is a fork of the javadocking framework. It appears that the current repo is unmaintained.
This library has been modified to allow for usage with Java 9+. It would previously fail because the version tracking assumed java 6 and below.
To use this library, add the following maven dependency to your pom file
<dependency>
<groupId>com.github.cogman</groupId>
<artifactId>javadocking</artifactId>
<version>1.7.0</version>
</dependency>
Sanaware Java Docking 1.5.0 (c) Copyright Itsana BVBA 2011. All rights reserved.
Our website (http://www.javadocking.com).
This product includes:
- the jar-file of the library: javadocking.jar
- the jar-file of the examples: samples.jar
- source files of the library: in directory src
- source files of the examples: in directory samples
- the documentation: in docs
- batch files and shell files for starting the examples: FirstExample.bat FirstExample.sh DockGallery.bat DockGallery.sh DynamicExample.bat DynamicExample.sh WorkspaceExample.bat WorkspaceExample.sh MainExample.bat MainExample.sh
Before downloading and using the product you have to agree with one of our licenses:
- buy a commercial license and agree with the commercial license, see http://www.javadocking.com/license/commerciallicense.html.
- agree with the GPL license, see http://www.javadocking.com/license/GPL.html.