The library provides various tools and methods that shorten the number of lines of code a developer has to write. It is based on the standard Java classes and methods.
Currently implemented features:
- IO : wrapper around the Files read/write methods. NOT yet fully comprehensively implemented.
- Swing : wrapper around the java.awt.* classes. It provides support for easy creation of Containers/Components and editing their layouts.
- Borders - adding empty and line borders
- Buttons - creating a row/column of buttons
- Layouts - setting different layouts
- Tables - creating tables with different properties
- Collections : provides methods that make using the java Collections easier
- Map - functions for putting arrays/lists of keys and values in a map