|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boris.winrun4j.SplashScreen
Used to control the splash screen.
Constructor Summary | |
SplashScreen()
|
Method Summary | |
static void |
close()
Closes the splash. |
static long |
getWindowHandle()
Grabs the splash screen window handle. |
static void |
setText(java.lang.String text,
int x,
int y)
Writes splash screen text. |
static void |
setTextBgColor(int r,
int g,
int b)
Sets the splash screen background text colour. |
static void |
setTextColor(int r,
int g,
int b)
Sets the splash screen text colour. |
static void |
setTextFont(java.lang.String text,
int height)
Sets the splash screen text font. |
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 long getWindowHandle()
public static void close()
public static void setText(java.lang.String text, int x, int y)
public static void setTextFont(java.lang.String text, int height)
public static void setTextColor(int r, int g, int b)
public static void setTextBgColor(int r, int g, int b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |