Package com.jgoodies.uif.splash

Provides a minimal framework for pluggable splash windows.

See:
          Description

Interface Summary
SplashProvider An interface that describes splash providers as used by the Splash class.
 

Class Summary
ImageSplash This implementation of the SplashProvider interface uses an AWT Window to display a splash image and an optional progress bar.
LogSplash A SplashProvider implementation that logs progress and splash messages to a Logger.
Splash A singleton that provides access to a pluggable splash to improve the application's feedback during startup.
 

Package com.jgoodies.uif.splash Description

Provides a minimal framework for pluggable splash windows. Class Splash is the central place to work with. It delegates the actual work to an implementation of SplashProvider.

Related Documentation

For more information see:

See Also:
com.jgoodies.uif, com.jgoodies.uif.application, com.jgoodies.uif.builder, com.jgoodies.uif.component, com.jgoodies.uif.panel, com.jgoodies.uif.util


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.