Package com.denova.ui

Manage the user interface and tame Swing.

See:
          Description

Class Summary
FileGroupsListEditor Edit a list of file groups.
Fonts Common fonts.
GridBagControl Tames GridBag.
ListEditor Edit a list.
LocaleTranslator I18n for strings.
Marquee A window with an image as the background and text in the foreground.
SwingCheckerThread Replacement for Thread that checks many Swing methods for thread safety.
Swinger Swinger allows a program, in a thread safe way, to give the user feedback, do work in the background, and then give the user more feedback.
SwingRunner Runs SwingUtiltities.invokeAndWait() safely amd more simply.
SwingWorker SwingWorker is a class to make using Swing thread safe.
UiLayoutUtilities Utilties for laying out a Swing user interface.
UserNotices Report errors, give warnings, ask yes/no questions of users.
WizardPanel Any time consuming work in either a WizardPanel constructor or the methods enter() and leave() must be spun off into another thread.
 

Package com.denova.ui Description

Manage the user interface and tame Swing.

Package Specification

Related Documentation