Sets a boolean value indicating whether the dialog box allows multiple files to be selected.
public final void setMultiselect( boolean value )
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