Class socket.ErrorDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class socket.ErrorDialog

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

public class ErrorDialog
extends Dialog

Variable Index

 o okay

Constructor Index

 o ErrorDialog(Frame, String, String)

Method Index

 o action(Event, Object)
 o gotFocus(Event, Object)
 o handleEvent(Event)
 o waitForUser()
 o wakeup()

Variables

 o okay
  protected Button okay

Constructors

 o ErrorDialog
  public ErrorDialog(Frame parent,
                     String title,
                     String message)

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Overrides:
action in class Component
 o gotFocus
  public boolean gotFocus(Event evt,
                          Object arg)
Overrides:
gotFocus in class Component
 o handleEvent
  public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o wakeup
  public synchronized void wakeup()
 o waitForUser
  public synchronized void waitForUser()

All Packages  Class Hierarchy  This Package  Previous  Next  Index