Package editor
Class SplashScreen
- java.lang.Object
-
- editor.SplashScreen
-
public class SplashScreen extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ImagePanel_splashprivate static SplashScreenSPLASH
-
Constructor Summary
Constructors Modifier Constructor Description privateSplashScreen()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()static SplashScreeninstance()voidsetFeedbackText(java.lang.String strText)voidsetVisible(boolean bVisible)
-
-
-
Field Detail
-
_splash
private ImagePanel _splash
-
SPLASH
private static final SplashScreen SPLASH
-
-
Method Detail
-
instance
public static SplashScreen instance()
-
setFeedbackText
public void setFeedbackText(java.lang.String strText)
-
dispose
public void dispose()
-
setVisible
public void setVisible(boolean bVisible)
-
-