infomat.view
Class MainWindow

java.lang.Object
  extended by infomat.view.MainWindow

public class MainWindow
extends java.lang.Object

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

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Constructor Detail

MainWindow

public MainWindow()
Method Detail

run

public void run()
Run!


getMainFrame

public javax.swing.JFrame getMainFrame()
Get the sessionFrame that is in MainWindow


getSessionFrame

public SessionFrame getSessionFrame()
Get the frame that is in the MainWindows frame


main

public static void main(java.lang.String[] args)
Start Infomat Interface!

Parameters:
args - ignored