Class AboutBox

Class AboutBox

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

class AboutBox
extends Dialog
This class creates a simple dialog frame that is displayed when the user selects Help -> About

Constructor Index

 o AboutBox(Frame)

Method Index

 o handleEvent(Event)

Constructors

 o AboutBox
  public AboutBox(Frame parent)

Methods

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