|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ launch overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.launch
Class SplashScreen

java.lang.Objectcom.virtuosotechnologies.asaph.launch.SplashScreen
- class SplashScreen
- extends java.lang.Object
Splash screen
| Field Summary | |
private javax.swing.JFrame |
frame_
|
private static java.awt.Color |
STANDARD_COLOR
|
private static java.awt.Font |
STANDARD_FONT
|
private javax.swing.JLabel |
statusLabel_
|
| Constructor Summary | |
(package private) |
SplashScreen()
Constructor |
| Method Summary | |
(package private) void |
finish()
|
(package private) void |
setStatusString(java.lang.String str)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
STANDARD_FONT
private static final java.awt.Font STANDARD_FONT
STANDARD_COLOR
private static final java.awt.Color STANDARD_COLOR
frame_
private javax.swing.JFrame frame_
statusLabel_
private javax.swing.JLabel statusLabel_
| Constructor Detail |
SplashScreen
SplashScreen()
- Constructor
| Method Detail |
setStatusString
void setStatusString(java.lang.String str)
finish
void finish()
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ launch overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.virtuosotechnologies.asaph.launch.SplashScreen