org.rubato.composer
Class Splash

java.lang.Object
  extended by org.rubato.composer.Splash

public class Splash
extends java.lang.Object

Splash screen shown while starting the composer. During startup messages can be displayed in the splash screen using the setMessage() method.

Author:
Gérard Milmeister

Constructor Summary
Splash()
           
 
Method Summary
 void hideSplash()
          Hides the splash screen.
 void setMessage(java.lang.String msg)
          Displays a message in the splash screen.
 void showSplash()
          Shows the splash screen.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Splash

public Splash()
Method Detail

showSplash

public void showSplash()
Shows the splash screen.


hideSplash

public void hideSplash()
Hides the splash screen.


setMessage

public void setMessage(java.lang.String msg)
Displays a message in the splash screen.