swinglib

A collection of utility classes for Swing applications.

License

License

GroupId

GroupId

com.kdgregory.util
ArtifactId

ArtifactId

swinglib
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

swinglib
A collection of utility classes for Swing applications.
Project URL

Project URL

https://github.com/kdgregory/swinglib
Source Code Management

Source Code Management

https://github.com/kdgregory/swinglib

Download swinglib

How to add to project

<!-- https://jarcasting.com/artifacts/com.kdgregory.util/swinglib/ -->
<dependency>
    <groupId>com.kdgregory.util</groupId>
    <artifactId>swinglib</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kdgregory.util/swinglib/
implementation 'com.kdgregory.util:swinglib:1.0.0'
// https://jarcasting.com/artifacts/com.kdgregory.util/swinglib/
implementation ("com.kdgregory.util:swinglib:1.0.0")
'com.kdgregory.util:swinglib:jar:1.0.0'
<dependency org="com.kdgregory.util" name="swinglib" rev="1.0.0">
  <artifact name="swinglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kdgregory.util', module='swinglib', version='1.0.0')
)
libraryDependencies += "com.kdgregory.util" % "swinglib" % "1.0.0"
[com.kdgregory.util/swinglib "1.0.0"]

Dependencies

provided (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.0.0