edu.jhu.tmaj.client.image
Class CopySessionDialog

java.lang.Object
  extended by edu.jhu.tmaj.client.image.CopySessionDialog

public final class CopySessionDialog
extends java.lang.Object

A Dialog that allows the user to copy the data from one session to another. The user must enter the destination and source sessionID in 2 textFields.


Method Summary
static void showDialog(SessionBean sessionBean, java.awt.Component parentComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showDialog

public static void showDialog(SessionBean sessionBean,
                              java.awt.Component parentComponent)