|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfomat.view.MainWindow
public class MainWindow
Takes care of starting everything up.
Field Summary | |
---|---|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
MainWindow()
|
Method Summary | |
---|---|
javax.swing.JFrame |
getMainFrame()
Get the sessionFrame that is in MainWindow |
SessionFrame |
getSessionFrame()
Get the frame that is in the MainWindows frame |
static void |
main(java.lang.String[] args)
Start Infomat Interface! |
void |
run()
Run! |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
Constructor Detail |
---|
public MainWindow()
Method Detail |
---|
public void run()
public javax.swing.JFrame getMainFrame()
public SessionFrame getSessionFrame()
public static void main(java.lang.String[] args)
args
- ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |