Class InfoDialog

Class InfoDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----InfoDialog

class InfoDialog
extends Dialog
A simple non-modal dialog frame used to convey error messages

Constructor Index

 o InfoDialog(String)

Method Index

 o action(Event, Object)

Constructors

 o InfoDialog
  public InfoDialog(String msg)

Methods

 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component