Public Member Functions | |
SplashScreen (Icon imageinit) | |
void | showText (String newtext) |
void | showNoText () |
void | showSplashScreen () |
void | hideSplashScreen () |
Static Public Member Functions | |
static SplashScreen | showNewSplashScreen (Icon image) |
Private Attributes | |
JLabel | text |
Classes | |
class | ImageComponent |
tit.gui.widget.SplashScreen.SplashScreen | ( | Icon | imageinit | ) |
Constructs a new SplashScreen.
imageinit | The shown image. |
void tit.gui.widget.SplashScreen.showText | ( | String | newtext | ) |
Makes the splash screen show a certain text.
newtext | The text to show. |
void tit.gui.widget.SplashScreen.showNoText | ( | ) |
Makes the splash screen show no text.
void tit.gui.widget.SplashScreen.showSplashScreen | ( | ) |
Shows the splash screen.
void tit.gui.widget.SplashScreen.hideSplashScreen | ( | ) |
Hides this splash screen.
static SplashScreen tit.gui.widget.SplashScreen.showNewSplashScreen | ( | Icon | image | ) | [static] |
Creates and shows a new splash screen.
image | The shown image. |
JLabel tit.gui.widget.SplashScreen.text [private] |
The text displayed by the splash screen.