org.yasl.helloworld
Class HelloWorldSplash

java.lang.Object
  extended byorg.yasl.arch.impl.splash.YASLSplashImpl
      extended byorg.yasl.helloworld.HelloWorldSplash
All Implemented Interfaces:
YASLAppLoadingListener, YASLSplash

public class HelloWorldSplash
extends YASLSplashImpl

Version:
1.0
Author:
Jeff Chapman

Constructor Summary
HelloWorldSplash()
           
 
Method Summary
protected  void buildSplashPanel(JPanel panel, JLabel messageLabel, JProgressBar loadingProgress)
           
protected  JProgressBar getProgressBar()
           
 
Methods inherited from class org.yasl.arch.impl.splash.YASLSplashImpl
getMessageLabel, handleAppLoadingEvent, putUpSplash, setDuration, setSplashScreenSize, takeDownSplash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldSplash

public HelloWorldSplash()
Method Detail

buildSplashPanel

protected void buildSplashPanel(JPanel panel,
                                JLabel messageLabel,
                                JProgressBar loadingProgress)
Specified by:
buildSplashPanel in class YASLSplashImpl

getProgressBar

protected JProgressBar getProgressBar()
Overrides:
getProgressBar in class YASLSplashImpl