Whilst the Java Swing API certainly is a powerful tool for developing user
interfaces, it can be particularly overwhelming - especially to novice Swing
developers. ui:toolbag aims to simplify and extend various aspects of Swing development
commonly identified as over-complex.
|
Component Extensions and Utilities
implement convenience methods and classes useful for simplifying commonly
used aspects of the Swing API
|
Visual Alerts
provide a way to alert the user of events which have occurred within the
application - typically in background processes
|
Application Configuration
implements a framework for adding configuration support to applications
|
Icon Management
provides tools for simplifying the selection and addition of icon sets
in applications
|
Option Extensions
implements a set of extensions to the OptionPane
provided in the Swing API
|
Component Preferences
allows various aspects of different components to "stick" across
the lifetime of an application
|
Table Extensions
extends on the table framework provided by Swing to simplify
commonly used aspects of table development
|