com.objex.panywhere
Class PedigreeErrorDialog

java.lang.Object
  extended by com.objex.panywhere.PedigreeErrorDialog

public class PedigreeErrorDialog
extends java.lang.Object

Echoes error messages for the Pedigree.


Constructor Summary
PedigreeErrorDialog()
           
 
Method Summary
static void showDialog(java.lang.String errorMessage, java.awt.Component parent, com.objex.panywhere.Pedigree a_pedigree)
          Displays a non-modal error dialog box with given message wrapped around the component parent's frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PedigreeErrorDialog

public PedigreeErrorDialog()
Method Detail

showDialog

public static void showDialog(java.lang.String errorMessage,
                              java.awt.Component parent,
                              com.objex.panywhere.Pedigree a_pedigree)
Displays a non-modal error dialog box with given message wrapped around the component parent's frame.