All Packages
Package Summary
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 the ActionPanel component and supporting classes.
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 and other fun visual effects that you can
drop into your application:
AnimatedTextRenderer - types out text at a configurable
rate with configurable color and font options.
BlurLayerUI - apply a blur effect to a JPanel.
FadeLayerUI - apply a fade-in/fade-out effect to a JPanel.
SnowLayerUI - apply a "falling snow" effect to a JPanel.
Contains utility classes for dealing with input and output operations.
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
long-running tasks that require progress bars.
Contains a custom Properties implementation to augment the one provided by java.
Contains the PropertiesDialog abstract class and its two supported implementations.
Welcome to swing-forms!
This package contains action classes related 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.
Contains classes and utilities to support dynamic application and extension updates from one
or more configured remote sources.