kwrwb
Class Launcher

java.lang.Object
  extended by kwrwb.Launcher

public class Launcher
extends java.lang.Object

This class keeps the main(String[] args) method to launch the whole application.

See Also:
JFrame

Field Summary
 The_Frame theFrame
           
 Translator translator
           
 Worddatabase worddatabase
           
 
Constructor Summary
Launcher()
          This constructor creates the objects that are needed to run the application.
 
Method Summary
static void main(java.lang.String[] args)
          The Applications Entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theFrame

public The_Frame theFrame

translator

public Translator translator

worddatabase

public Worddatabase worddatabase
Constructor Detail

Launcher

public Launcher()
This constructor creates the objects that are needed to run the application.

Method Detail

main

public static void main(java.lang.String[] args)
The Applications Entry point. When compiling an executable jar, set the Start to this method.