All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Dialog | +----Acme.Widgets.OkDialog | +----Acme.Widgets.NoticeBox
Puts up a dialog with a notice icon, a specified message, and an Ok button. All user input is locked out until the button is clicked.
Sample usage:
NoticeBox n = new NoticeBox( his, "Sample NoticeBox" ); n.show();
Fetch the software.
Fetch the entire Acme package.
public NoticeBox(Frame parent, String message)
public NoticeBox(Frame parent, String title, String message)
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs