public class SplashScreen extends Object
Constructor and Description |
---|
SplashScreen(String applicationKey)
Creates a new splash screen for display at application startup.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Hides and disposes the splash screen.
|
String |
getInfo()
Returns the informational message which the splash screen currently displays.
|
void |
setInfo(String text)
Sets the informational message which the splash screen displays.
|
public SplashScreen(String applicationKey)
public void close()
public void setInfo(String text)
text
- The new message.public String getInfo()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.