Module java.desktop
Package java.awt

Class FileDialog

java.lang.Object
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FileDialog extends Dialog
The FileDialog class displays a dialog window from which the user can select a file.

Since it is a modal dialog, when the application calls its show method to display the dialog, it blocks the rest of the application until the user has chosen a file.

Since:
1.0
See Also: