JIDE 3.5.15

com.jidesoft.swing
Class SplashScreen

java.lang.Object
  extended by com.jidesoft.swing.SplashScreen

Deprecated. We will not work on this component in the future. In JDK6, Sun introduced SplashScreen component which is much better because it will be shown as soon as JVM started. We suggest you to use that SplashScreen instead of this one. Hence we decided to deprecate this class.

@Deprecated
public class SplashScreen
extends Object

A simple splash screen that allows to display company logo, product version information etc during application startup.


 SplashScreen.create(an ImageIcon);
 SplashScreen.show(); // to show it
 ...   // applicate starts up
 SplashScreen.hide(); // to hide it
 


Constructor Summary
SplashScreen()
          Deprecated.  
 
Method Summary
static void create(ImageIcon icon)
          Deprecated. Create the splash with an image.
static void hide()
          Deprecated. Hide the spash screen.
static void show()
          Deprecated. Show the splash screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen()
Deprecated. 
Method Detail

create

public static void create(ImageIcon icon)
Deprecated. 
Create the splash with an image.

Parameters:
icon -

show

public static void show()
Deprecated. 
Show the splash screen.


hide

public static void hide()
Deprecated. 
Hide the spash screen.


JIDE 3.5.15