| |
|
| javax.swing.JWindow org.jdesktop.j3dfly.utils.gui.SplashWindow
SplashWindow | public class SplashWindow extends javax.swing.JWindow (Code) | | A General purpose Splash Window for display while during
application startup.
The window contains an image and can display text messages to mark
progress of application startup.
author: paulby version: |
SplashWindow | public SplashWindow(String imageResourceName)(Code) | | Creates new SplashWindow
Parameters: imageResourceName - is the name of the image file to display onthe splash screen in the form of a Java Resource |
actualShowMessage | protected void actualShowMessage(String message)(Code) | | |
destroySplashscreen | public static void destroySplashscreen()(Code) | | Destroy any locally held resource and hide the window
|
showMessage | public static void showMessage(String message)(Code) | | Show this message on the splash screen
|
showSplashscreen | public static void showSplashscreen(String imageResourceName)(Code) | | Creates and show a SplashWindow
Parameters: imageResourceName - is the name of the image file to display onthe splash screen in the form of a Java Resource |
|
|
|