Class wb.AboutDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.AboutDialog

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

public class AboutDialog
extends Dialog
AboutDialog General Information Dialog box

Constructor Index

 o AboutDialog(Frame)
Creates a new instance of AboutDialog box which is "MODAL".

Method Index

 o action(Event, Object)
Handler for action events.
 o paint(Graphics)
Handler for paint requests.

Constructors

 o AboutDialog
  public AboutDialog(Frame top)
Creates a new instance of AboutDialog box which is "MODAL". However, some implementation like on win95/NT does not make them true modal
Parameters:
top - the frame to which this is attached

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Handler for action events. If the "OK" button is pressed this dialog box disappears.
Parameters:
evt - Event to be handled
what - the object
Returns:
boolean indicating if the event is handled.
Overrides:
action in class Component
 o paint
  public void paint(Graphics g)
Handler for paint requests. Called by screen refresh thread of the runtime.
Parameters:
g - Graphics onto which the update needs to be performed
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index