version1
Class SlateApp

java.lang.Object
  |
  +--version1.SlateApp

public class SlateApp
extends java.lang.Object

The main application class.

Author:
Ramnivas Laddad

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

Method Detail

main

public static void main(java.lang.String[] args)
The main function. It simply creates a new object of SlateApp. All the real work happens inside the contructor.