system
Class WDYS
java.lang.Object
system.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 |
WDYS
public WDYS()
main
public static void main(String[] args)
- The main method.
- Parameters:
args
- Commandline parameters.