com.notuvy.gui
Class InfoDialog

java.lang.Object
  extended by com.notuvy.gui.InfoDialog

public class InfoDialog
extends Object

Display an informational dialog with the given text.

Author:
murali

Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
InfoDialog(Component pOwner, String pTitle, String pContent)
           
 
Method Summary
protected  JPanel createMainPanel()
           
protected  String getContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG
Constructor Detail

InfoDialog

public InfoDialog(Component pOwner,
                  String pTitle,
                  String pContent)
Method Detail

getContent

protected String getContent()

createMainPanel

protected JPanel createMainPanel()


Copyright © 2013. All Rights Reserved.