-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
25 lines (24 loc) · 1.46 KB
/
overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Overview</title>
</head>
<body>
<span style="color: rgb(85, 85, 85); font-family: sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: rgb(255, 255, 255); display: inline ! important; float: none;">
AJlib is a simple java library with Swing widgets, utilities and other stuff.<br>
<br>
This library tries to simplify the development of Swing applications ... which is sometime a nightmare!<br>
It contains the classes I developed during the <a href="https://www.yapbam.net">Yapbam project</a> in
order to deal with the problems I encountered.<br>
<br>
The source code is available at <a target="_top" href="https://github.com/fathzer/ajlib">https://github.com/fathzer/ajlib</a><br>
<br>For maven users, AJLib is also available in <a href="https://search.maven.org/artifact/com.fathzer/ajlib">Maven central</a>:<br>
<i><dependency><br>
<groupId>com.fathzer</groupId><br>
<artifactId>ajlib</artifactId><br>
<version>0.3.16</version><br>
</dependency></i><br><br>
It is released under Apache 2 License (information is available <a href="../LICENSE">there</a>).<br>
It requires Java 7+.
</span>
</body></html>