Class gjt.test.DialogTest
All Packages Class Hierarchy This Package Previous Next Index
Class gjt.test.DialogTest
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----gjt.test.UnitTest
|
+----gjt.test.DialogTest
- public class DialogTest
- extends UnitTest
Tests 4 gjt custom dialogs:
- MessageDialog (a dialog which displays a message)
- QuestionDialog (a dialog which asks a question)
- YesNoDialog (a dialog with yes/no buttons)
- ProgressDialog (a dialog which records progress of task)
- See Also:
- UnitTest, DialogClient, MessageDialog, ProgressDialog;, QuestionDialog;, YesNoDialog;
-
DialogTest()
-
-
centerPanel()
-
-
title()
-
DialogTest
public DialogTest()
title
public String title()
- Overrides:
- title in class UnitTest
centerPanel
public Panel centerPanel()
- Overrides:
- centerPanel in class UnitTest
All Packages Class Hierarchy This Package Previous Next Index