| java.awt.Canvas org.underworldlabs.swing.SplashPanel
SplashPanel | public class SplashPanel extends Canvas (Code) | | This class creates a splash panel to the size of the image to be
displayed. The panel is displayed for as long as is required to
load required classes and build the application frame and associated
components.
author: Takis Diakoumis version: $Revision: 1.8 $ |
Constructor Summary | |
public | SplashPanel(Color progressBarColour, String imageResourcePath, String versionNumber) Creates a new instance of the splash panel. | public | SplashPanel(Color progressBarColour, String imageResourcePath, String versionNumber, int versionLabelX, int versionLabelY) |
SplashPanel | public SplashPanel(Color progressBarColour, String imageResourcePath, String versionNumber)(Code) | | Creates a new instance of the splash panel.
|
SplashPanel | public SplashPanel(Color progressBarColour, String imageResourcePath, String versionNumber, int versionLabelX, int versionLabelY)(Code) | | |
advance | public synchronized void advance()(Code) | | |
dispose | public void dispose()(Code) | | |
|
|