Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.asaph.launch
Class SplashScreen  view SplashScreen download SplashScreen.java

java.lang.Object
  extended bycom.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()