swing-extras 2.4.0-SNAPSHOT API
Packages
Package
Description
Contains code that enables your applications to define dynamic extensions that can be
packaged into jar files and loaded at runtime to alter the behaviour of your application,
or even to supplement your application with additional behaviour.
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
Contains classes and utilities for showing "About" information
in your application (author, date published, release notes, project url, license and so on).
Contains utility classes related to audio handling (playback and recording).
Contains the built-in demo application for swing-extras and some helper classes.
Contains the DirTree component, which is handy for showing a view
onto a file system.
Contains utilities and components related to the generation of color gradient images.
Contains utilities and components related to image handling.
This package contains animation classes that can be used inside an animation loop.
Contains utility classes for searching for files and directories.
Contains the LogConsole and associated classes - useful for showing log information
for your Swing application at runtime.
This package contains classes and utilities for working with progress bars, and with
tasks that require progress bars.
Contains a custom Properties implementation to augment the one provided by java.
Welcome to swing-forms!
This package contains demo panels that showcase some of the features
of swing-forms and gives some examples of how to do stuff with it.
ca.corbett.forms.fields
All FormFields support optional validation in the form of a FieldValidator.