Uses of Class
java.awt.Dialog
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of Dialog in java.awt
Modifier and TypeClassDescriptionclass
TheFileDialog
class displays a dialog window from which the user can select a file.ModifierConstructorDescriptionConstructs an initially invisible, modelessDialog
with the specified ownerDialog
and an empty title.Constructs an initially invisible, modelessDialog
with the specified ownerDialog
and title.Constructs an initially invisibleDialog
with the specified ownerDialog
, title, and modality.Dialog
(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) Constructs an initially invisibleDialog
with the specified ownerDialog
, title, modality andGraphicsConfiguration
.FileDialog
(Dialog parent) Creates a file dialog for loading a file.FileDialog
(Dialog parent, String title) Creates a file dialog window with the specified title for loading a file.FileDialog
(Dialog parent, String title, int mode) Creates a file dialog window with the specified title for loading or saving a file. -
Uses of Dialog in javax.swing
ModifierConstructorDescriptionCreates a modeless dialog with the specifiedDialog
as its owner and an empty title.Creates a dialog with an empty title and the specified modality andDialog
as its owner.Creates a modeless dialog with the specified title and with the specified owner dialog.Creates a dialog with the specified title, modality and the specified ownerDialog
.JDialog
(Dialog owner, String title, boolean modal, GraphicsConfiguration gc) Creates a dialog with the specified title, ownerDialog
, modality andGraphicsConfiguration
.