All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.l2f.gui.InfoDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----fr.l2f.gui.MsgDialog
                                           |
                                           +----fr.l2f.gui.InfoDialog

public class InfoDialog
extends MsgDialog

Constructor Index

 o InfoDialog(Frame, String, String, String)
Construct a new InfoDialog dialog

Method Index

 o yes()

Constructors

 o InfoDialog
 public InfoDialog(Frame parent,
                   String title,
                   String message,
                   String icon)
Construct a new InfoDialog dialog

Parameters:
frame - the parent Frame
title - the title for the dialog
message - the message to display

Methods

 o yes
 public void yes()
Overrides:
yes in class MsgDialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index