All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hak.QuestionDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----hak.ClosableDialog
                                           |
                                           +----hak.QuestionDialog

public class QuestionDialog
extends hak.ClosableDialog
implements java.awt.event.ActionListener

Constructor Index

 o QuestionDialog(Frame, String)

Method Index

 o actionPerformed(ActionEvent)
 o getColum()
 o getRow()
 o makeDialog()

Constructors

 o QuestionDialog
 public QuestionDialog(java.awt.Frame parent,
                       java.lang.String title)

Methods

 o makeDialog
 public void makeDialog()
 o getColum
 public int getColum()
 o getRow
 public int getRow()
 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index