|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkwrwb.Launcher
public class Launcher
This class keeps the main(String[] args) method to launch the whole application.
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 |
|---|
public The_Frame theFrame
public Translator translator
public Worddatabase worddatabase
| Constructor Detail |
|---|
public Launcher()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||