FileDialog.setMode

FileDialog.setMode

Class Overview | Class Members | This Package | All Packages

Syntax
public void setMode( int mode )
Parameters
mode
the mode for this file dialog, either FileDialog.LOAD or FileDialog.SAVE.
Description
Sets the mode of the file dialog.

Exceptions
IllegalArgumentException if an illegal file dialog mode is used.
See Also
LOAD, SAVE, getMode