com.objex.panywhere
Class PedigreeInformationDialog

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

public class PedigreeInformationDialog
extends java.lang.Object

Echoes short informational messages for the Pedigree.


Constructor Summary
PedigreeInformationDialog()
           
 
Method Summary
static void showDialog(java.lang.String infoMessage, java.awt.Component parent, com.objex.panywhere.Pedigree a_pedigree)
          Displays a non-modal information 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

PedigreeInformationDialog

public PedigreeInformationDialog()
Method Detail

showDialog

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