|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.swing.SplashScreen
@Deprecated public class SplashScreen
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 |
---|
public SplashScreen()
Method Detail |
---|
public static void create(ImageIcon icon)
icon
- public static void show()
public static void hide()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |