Class SplashPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.dandymadeproductions.ajqvue.gui.panels.SplashPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Runnable, Accessible

public class SplashPanel extends JPanel implements Runnable
The SplashPanel class provides a startup splash panel that is used on a successful login to indicate the progress of the application initialization.
See Also: