An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Maven Central](https://img.shields.io/maven-central/v/com.fathzer/ajlib)](https://central.sonatype.com/artifact/com.fathzer/ajlib)
[![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/fathzer/ajlib/blob/master/LICENSE)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fathzer_ajlib&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fathzer_ajlib)
[![javadoc](https://javadoc.io/badge2/com.fathzer/ajlib/javadoc.svg)](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).