All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Widgets.OkDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----Acme.Widgets.OkDialog

public class OkDialog
extends Dialog
A dialog with an icon and an Ok button.

Puts up a dialog with a client-specified icon and an Ok button. All user input is locked out until the button is clicked.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o OkDialog(Frame, Image, String)
Constructor, no title.
 o OkDialog(Frame, String, Image, String)
Constructor, specified title.

Method Index

 o handleEvent(Event)
Event handler.
 o show()

Constructors

 o OkDialog
 public OkDialog(Frame parent,
                 Image icon,
                 String message)
Constructor, no title.

 o OkDialog
 public OkDialog(Frame parent,
                 String title,
                 Image icon,
                 String message)
Constructor, specified title.

Methods

 o show
 public void show()
Overrides:
show in class Dialog
 o handleEvent
 public boolean handleEvent(Event evt)
Event handler.

Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs