ModalDialog.NotifyDialog — A simple dialog that presents a message with an "OK" button.
Object ╰── ModalDialog.ModalDialog ╰── ModalDialog.NotifyDialog
A notification dialog that displays a message to user. Destroys itself after user clicks "OK"
_init (string label);
string label
Constructor function.
label
label to display on the notify dialog