OpenFileDialog.setMultiselect

Overview | Methods | This Package | All Packages

OpenFileDialog.setMultiselect

Sets a boolean value indicating whether the dialog box allows multiple files to be selected.

Syntax

public final void setMultiselect( boolean value )

Parameters

value

Set to true to specify that the dialog allows multiple files to be selected at one time; set to false to specify that only one file can be selected at one time. The default value is false.

See Also   getMultiselect