Skip navigation links
0.3.14

A-JLib 0.3.14 API

Description

Packages 
Package Description
com.fathzer.soft.ajlib.swing
General purpose swing utilities
com.fathzer.soft.ajlib.swing.dialog
Swing dialog utilities
com.fathzer.soft.ajlib.swing.framework
A simple framework to implement Java application
com.fathzer.soft.ajlib.swing.table
Table utilities
com.fathzer.soft.ajlib.swing.widget
Swing widgets
com.fathzer.soft.ajlib.swing.widget.date
Swing date widgets
com.fathzer.soft.ajlib.swing.worker
Utilities to implement background tasks
com.fathzer.soft.ajlib.utilities
General purpose utilities
AJlib is a simple java library with Swing widgets, utilities and other stuff.

This library 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.

The source code is available here: https://github.com/fathzer/ajlib
For maven users, AJLib is also available in Maven central:
<dependency>
  <groupId>com.fathzer</groupId>
  <artifactId>ajlib</artifactId>
  <version>0.3.14</version>
</dependency>


It is released under LGPLv3 License (information is available there).
0.3.14

Copyright © 2022. All rights reserved.