All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mypackage.InfoDialog

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

public class InfoDialog
extends Dialog
This class implements the Dialog to display the message

Version:
1.0
Author:
Vicky Shiv

Variable Index

 o button1
 o label1

Constructor Index

 o InfoDialog(Frame, String, String)

Method Index

 o handleEvent(Event)

Variables

 o button1
 protected Button button1
 o label1
 protected Label label1

Constructors

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

Methods

 o handleEvent
 public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1