|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.tools.ihm.SplashTools
public class SplashTools
SplashTools : manage Splash Screen.
| Method Summary | |
|---|---|
void |
displayText(java.lang.String[] comments)
manage display of text in the splash screen. |
static SplashTools |
getInstance(int posX,
int posY)
get the only one instance from SplashTools class. |
java.awt.SplashScreen |
getSplash()
return the splash. |
void |
setPosX(int posX)
fix the (X) coordinate for splash. |
void |
setPosY(int posY)
fix the (Y) coordinate for splash. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SplashTools getInstance(int posX,
int posY)
throws ExceptionManager
get the only one instance from SplashTools class.
posX - (X) coordinateposY - (Y) coordinate
ExceptionManagerpublic void displayText(java.lang.String[] comments)
manage display of text in the splash screen.
comments - text to displaypublic java.awt.SplashScreen getSplash()
return the splash.
public void setPosX(int posX)
fix the (X) coordinate for splash.
posX - posX to setpublic void setPosY(int posY)
fix the (Y) coordinate for splash.
posY - posY to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||