system
Class WDYS

java.lang.Object
  extended bysystem.WDYS

public class WDYS
extends Object

The starting point of the program. It creates the GUI and passes control to it.

Version:
1
Author:
Berend "Kirk" Wouda

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

Constructor Detail

WDYS

public WDYS()
Method Detail

main

public static void main(String[] args)
The main method.

Parameters:
args - Commandline parameters.