cz.aiken.util.lwtt
Class Main

java.lang.Object
  extended by cz.aiken.util.lwtt.Main
All Implemented Interfaces:
java.lang.Runnable

public class Main
extends java.lang.Object
implements java.lang.Runnable

This class represents the application itself. It creates the main application frame and makes it visible.


Constructor Summary
Main()
          Main class constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The main application method.
 void run()
          Creates the main frame and makes it visible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Main class constructor.

Method Detail

run

public void run()
Creates the main frame and makes it visible. Then it hands control on the main application loop. This method may be called only by the event-dispatching thread.

Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)
The main application method. It starts the application by scheduling the initialization for the event-dispatching thread.

Parameters:
args - the command line arguments (currently ignored)