https://github.com/fathzer/ajlib
A-JLib is a simple java library with Swing widgets, utilities and other stuff.
https://github.com/fathzer/ajlib
Last synced: 6 months ago
JSON representation
A-JLib is a simple java library with Swing widgets, utilities and other stuff.
- Host: GitHub
- URL: https://github.com/fathzer/ajlib
- Owner: fathzer
- License: apache-2.0
- Created: 2022-10-08T16:49:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T06:45:06.000Z (about 2 years ago)
- Last Synced: 2025-07-04T21:21:26.357Z (12 months ago)
- Language: Java
- Homepage:
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://central.sonatype.com/artifact/com.fathzer/ajlib)
[](https://github.com/fathzer/ajlib/blob/master/LICENSE)
[](https://sonarcloud.io/summary/new_code?id=fathzer_ajlib)
[](https://javadoc.io/doc/com.fathzer/ajlib)
A-JLib is a simple java library with Swing widgets, utilities and other stuff.
It tries to simplify the development of Swing applications ... which is, sometime, a nightmare!
It contains the classes I developed during the Yapbam project in
order to deal with the problems I encountered.
It requires Java 7+ and is released under Apache 2 License.
A demonstration of Swing widgets is available at [https://fathzer.github.io/ajlib/ajlib-demo.jar](https://fathzer.github.io/ajlib/ajlib-demo.jar).
It is a runnable jar. After you've downloaded it, run it using:
`java -jar ajlib-demo.jar`
Javadoc is available [here](https://javadoc.io/doc/com.fathzer/ajlib).