opendap.util.gui
Class warning_box

java.lang.Object
  extended by opendap.util.gui.warning_box

public class warning_box
extends java.lang.Object

Dispays a simple warning message box.

Version:
$Revision: 23881 $
Author:
ndp

Constructor Summary
warning_box(java.lang.String msg)
          Construct and display a warning dialog box.
warning_box(java.lang.String title, java.lang.String msg)
          Construct and display a warning dialog box.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

warning_box

public warning_box(java.lang.String msg)
Construct and display a warning dialog box.

Parameters:
msg - This string is used as the message text in the dialog box.

warning_box

public warning_box(java.lang.String title,
                   java.lang.String msg)
Construct and display a warning dialog box.

Parameters:
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.