Class AboutDialog

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

public class AboutDialog
extends Dialog

Variable Index

 o label1
 o label2
 o label3
 o okButton
 o plasma

Constructor Index

 o AboutDialog(Frame, boolean)
 o AboutDialog(Frame, String, boolean)

Method Index

 o handleEvent(Event)
 o okButton_Clicked(Event)
 o show()

Variables

 o label1
 WrappingLabel label1
 o label2
 Label label2
 o label3
 Label label3
 o okButton
 Button okButton
 o plasma
 Plasma plasma

Constructors

 o AboutDialog
 public AboutDialog(Frame parent,
                    boolean modal)
 o AboutDialog
 public AboutDialog(Frame parent,
                    String title,
                    boolean modal)

Methods

 o okButton_Clicked
 void okButton_Clicked(Event event)
 o show
 public synchronized void show()
Overrides:
show in class Dialog
 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component