This project contains the helper classes that I developed when I was actively programming Swing applications. At this point most are over ten years old, and not actively maintained. I recently moved them from their original home on SourceForge, and made a minimal number of changes so that they could be built and released as a Maven JAR.
If you'd like to use this library, you can find it on Maven Central:
<dependency>
<groupId>com.kdgregory.util</groupId>
<artifactId>swinglib</artifactId>
<version>1.0.0</version>
</dependency>