All Packages Class Hierarchy This Package Previous Next Index
Class ORG.opengroup.awt.TextAreaDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----ORG.opengroup.awt.ButtonDialog
|
+----ORG.opengroup.awt.TextAreaDialog
- public class TextAreaDialog
- extends ButtonDialog
A Dialog which displays a row of buttons below a
non-editable text area.
TextAreaDialog(Frame, String, int, int, String, String)
- Construct the dialog.
TextAreaDialog
public TextAreaDialog(Frame parent,
String title,
int x,
int y,
String txt,
String buttonLabels)
- Construct the dialog. To allow subclassing, show() is not called.
- Parameters:
- parent - The parent frame.
- title - Window title.
- x - x-location of the dialog.
- y - y-location of the dialog.
- txt - Text used to initialized the text area.
- buttonLabels - Button labels, one button per line.
All Packages Class Hierarchy This Package Previous Next Index