The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.noos.xing | mydoggy-itest | 1.4.2 | - | jar | |
| org.noos.xing | mydoggy-plaf | 1.4.2 | - | jar | |
| org.noos.xing | mydoggy-res | 1.4.2 | - | jar | |
| org.swinglabs | swingx | 0.9.1 | - | jar |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.jhlabs | filters | 2.0.235 | - | jar | |
| org.noos.xing | mydoggy-api | 1.4.2 | - | jar | |
| org.swinglabs | multiplegradientpaint | 1.0 | - | jar | |
| org.swinglabs | swing-layout | 1.0.3 | - | jar | |
| org.swinglabs | swing-worker | 1.1 | - | jar | |
| tablelayout | TableLayout | 20050920 | - | jar |
MyDoggy - My Java Docking Framework - Examples
MyDoggy-Examples contains some examples to see MyDoggy in action.
http://mydoggy.sourceforge.net
MyDoggy - My Java Docking Framework - API Implementation
MyDoggy-Plaf is the default implementation of mydoggy-api.
http://mydoggy.sourceforge.net
TableLayout is a totally free layout manager designed to make creating user interfaces fast and easy. It can do anything GridBagLayout can do and much, much more. Yet it is remarkably simple and easy to use.
https://tablelayout.dev.java.net
MyDoggy - My Java Docking Framework - API
MyDoggy-Api contains the application program interface of MyDoggy to manage every aspects of the framework.
http://mydoggy.sourceforge.net
MyDoggy - My Java Docking Framework - Plaf Resources
MyDoggy-Res contains resources for mydoggy plaf.
http://mydoggy.sourceforge.net
MyDoggy - My Java Docking Framework - Interactive Testing Framework
MyDoggy-ITest is used for interactive testing.
http://mydoggy.sourceforge.net
Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich client applications.
Long running Swing GUI interacting tasks
https://swingworker.dev.java.net/
JHLabs Image Processing Filters
A collection of image processing filters.
http://www.jhlabs.com/ip/index.html
Extensions to Swing to create professional cross platform layout
https://swing-layout.dev.java.net/
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.