org.norvelle.textcite
Class Launcher

java.lang.Object
  extended by org.norvelle.textcite.Launcher

public class Launcher
extends java.lang.Object

Launcher: Produce a Splash window that shows very early in the application startup. Code taken from "How to do a fast Splash Screen in Java" by Werner Randelshofer (http://www.randelshofer.ch/oop/javasplash/javasplash.html)

Author:
Erik Norvelle

Constructor Summary
Launcher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(java.lang.String[] args)