Class gjt.test.MessageDialogTest
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.test.MessageDialogTest

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----gjt.test.UnitTest
                                           |
                                           +----gjt.test.MessageDialogTest

public class MessageDialogTest
extends UnitTest
Simple unit test that exercises gjt.MessageDialog. This unit test serves to illustrate the use of gjt.DialogClient. For a unit test which covers all of the gjt dialogs, see gjt.test.DialogTest.
See Also:
UnitTest, DialogClient, MessageDialog

Constructor Index

 o MessageDialogTest()

Method Index

 o centerPanel()
 o title()

Constructors

 o MessageDialogTest
  public MessageDialogTest()

Methods

 o title
  public String title()
Overrides:
title in class UnitTest
 o centerPanel
  public Panel centerPanel()
Overrides:
centerPanel in class UnitTest

All Packages  Class Hierarchy  This Package  Previous  Next  Index