All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaParse.HelpDialog

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

public class HelpDialog
extends Dialog
implements ActionListener

Constructor Index

 o HelpDialog(Frame, String)
Creates a dialog containing a text message and some buttons.

Method Index

 o actionPerformed(ActionEvent)

Constructors

 o HelpDialog
 public HelpDialog(Frame parent,
                   String filename)
Creates a dialog containing a text message and some buttons. If parameter modal is true, the dialog is modal.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index