edu.jhu.tmaj.client.importer
Class ImportAppGUI

java.lang.Object
  extended by edu.jhu.tmaj.client.importer.ImportAppGUI

public final class ImportAppGUI
extends java.lang.Object

The main gui class for the Import application. See manual for details on the Import Application.


Method Summary
static void disposeFrame()
          Destroy the Import Application.
static void showFrame()
          Create and show the import Application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showFrame

public static void showFrame()
Create and show the import Application. If the frame exists and has not been destroyed, it will simply show the previously created Frame.


disposeFrame

public static void disposeFrame()
Destroy the Import Application. If you wish to show it again, it will be created from scratch.