infomat.view
Class MainWindow

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

public class MainWindow
extends java.lang.Object

Starts everything.


Field Summary
private  javax.swing.JFrame frame
           
private  InfomatModel infomatModel
           
private  Menu menu
           
private  SessionPanel mySessionPanel
           
 
Constructor Summary
MainWindow()
           
 
Method Summary
 javax.swing.JFrame getMainFrame()
          Get the sessionFrame that is in MainWindow
 SessionPanel getSessionPanel()
          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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

private javax.swing.JFrame frame

menu

private Menu menu

mySessionPanel

private SessionPanel mySessionPanel

infomatModel

private InfomatModel infomatModel
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


getSessionPanel

public SessionPanel getSessionPanel()
Get the frame that is in the MainWindows frame


main

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

Parameters:
args - ignored