FileDialog.setFileName

Overview | Methods | This Package | All Packages

FileDialog.setFileName

Sets a value that indicates which file name is selected by default when the dialog box is opened.

Syntax

public final void setFileName( String value )

Parameters

value

The name of the file that is selected by default when the dialog box is opened. By default, no file is selected when the dialog box first opens.

See Also   getFileName