public class msg_box
extends java.lang.Object
public msg_box(java.lang.String msg)
msg - This string is used as the message text in the dialog box.public msg_box(java.lang.String title,
java.lang.String msg)
title - This String is used in the title bar of the dialog box.msg - This string is used as the message text in the dialog box.