public class error_box
extends java.lang.Object
public error_box(java.lang.String msg)
msg - This string is used as the message text in the dialog box.public error_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.