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.
@see Window#show
@version 1.55, 04/07/06
@author Sami Shaio
@author Arthur van Hoff
@since JDK1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|