jshred

jshred is a Java library containing classes I am frequently using. Maybe some are also useful for you?

jshred is mainly a collection of Swing classes I wrote in the last couple of years. Since Swing seems to be almost dead, there will be only very minor changes in this library in the future.

Note that jshred-spring has been moved to commons-taglib now. Please do not use jshred-spring on new projects and move old projects to commons-tablib.

This software is part of the Shredzone Commons.

jshred is released under GNU General Public License Version 3, GNU Lesser General Public License Version 3, Apache License 2.0. It is free software. You may also use jshred in a commercial software free of charge, without needing to buy a commercial license or release your source code.

Installation

jshred is available at Maven Central. Just add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.jshred</groupId>
  <artifactId>jshred</artifactId>
  <version>19</version>
</dependency>