generators
Class MsgBox

java.lang.Object
  |
  +--generators.MsgBox

public class MsgBox
extends java.lang.Object


Field Summary
(package private)  java.awt.Component comp
           
 
Constructor Summary
MsgBox()
           
 
Method Summary
 boolean Show(java.lang.String sMSG)
           
 boolean Show(java.lang.String sMSG, int nButton, int nIcon)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

comp

java.awt.Component comp
Constructor Detail

MsgBox

public MsgBox()
Method Detail

Show

public boolean Show(java.lang.String sMSG)

Show

public boolean Show(java.lang.String sMSG,
                    int nButton,
                    int nIcon)