gui
Class GUIApp

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.Application
          extended by org.jdesktop.application.SingleFrameApplication
              extended by gui.GUIApp
All Implemented Interfaces:
java.io.Serializable

public class GUIApp
extends org.jdesktop.application.SingleFrameApplication
implements java.io.Serializable

The main class of the application. Will open up the configuration panel then the client and the task panels.

Author:
Diana Abbas, Ryan Neal
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Application
org.jdesktop.application.Application.ExitListener
 
Constructor Summary
GUIApp()
           
 
Method Summary
static GUIApp getApplication()
          A convenient static getter for the application instance.
static void main(java.lang.String[] args)
          Main method launching the application.
 
Methods inherited from class org.jdesktop.application.SingleFrameApplication
getMainFrame, getMainView, show, show, show
 
Methods inherited from class org.jdesktop.application.Application
addExitListener, exit, exit, getContext, getExitListeners, getInstance, getInstance, hide, launch, quit, removeExitListener
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIApp

public GUIApp()
Method Detail

getApplication

public static GUIApp getApplication()
A convenient static getter for the application instance.

Returns:
the instance of FinalProjectApp

main

public static void main(java.lang.String[] args)
Main method launching the application.