-
Package |
Description |
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
-
-
Modifier and Type |
Class and Description |
class |
FileDialog
The FileDialog class displays a dialog window
from which the user can select a file.
|
Modifier and Type |
Method and Description |
protected abstract java.awt.peer.DialogPeer |
Toolkit.createDialog(Dialog target)
Creates this toolkit's implementation of Dialog using
the specified peer interface.
|
Constructor and Description |
Dialog(Dialog owner)
Constructs an initially invisible, modeless Dialog with
the specified owner Dialog and an empty title.
|
Dialog(Dialog owner,
java.lang.String title)
Constructs an initially invisible, modeless Dialog
with the specified owner Dialog and title.
|
Dialog(Dialog owner,
java.lang.String title,
boolean modal)
Constructs an initially invisible Dialog with the
specified owner Dialog , title, and modality.
|
Dialog(Dialog owner,
java.lang.String title,
boolean modal,
GraphicsConfiguration gc)
Constructs an initially invisible Dialog with the
specified owner Dialog , title, modality and
GraphicsConfiguration .
|
FileDialog(Dialog parent)
Creates a file dialog for loading a file.
|
FileDialog(Dialog parent,
java.lang.String title)
Creates a file dialog window with the specified title for loading
a file.
|
FileDialog(Dialog parent,
java.lang.String title,
int mode)
Creates a file dialog window with the specified title for loading
or saving a file.
|
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.