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 |
---|---|---|---|---|---|
commons-logging | commons-logging | 1.0.4 | - | jar | |
log4j | log4j | 1.2.13 | - | jar | |
org.swinglabs | swingx | 0.9.2 | - | 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.2 | - | 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.swinglabs | multiplegradientpaint | 1.0 | - | jar | |
org.swinglabs | swing-layout | 1.0.3 | - | jar | |
org.swinglabs | swing-worker | 1.1 | - | jar |
JPotpourri offers some basic java classes to make a programmer's day easier. It includes gui enhancements (widgets, handler), code generation, functional programming and a lot of easy-to-use utility classes, among them: FileUtil, ZipUtil, DateUtil, CollectionUtil, ...
Log4j
http://logging.apache.org/log4j/docs/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
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.