Class jif.widgets.CenterDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jif.widgets.CenterDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----jif.widgets.CenterDialog

public class CenterDialog
extends Dialog

Constructor Index

 o CenterDialog(Frame, boolean)
 o CenterDialog(Frame, String, boolean)

Method Index

 o center(boolean)
 o handleEvent(Event)
 o initialize()

Constructors

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

Methods

 o handleEvent
  public boolean handleEvent(Event anEvent)
Overrides:
handleEvent in class Component
 o initialize
  protected void initialize()
 o center
  public void center(boolean onScreen)

All Packages  Class Hierarchy  This Package  Previous  Next  Index