FileDialog.setMode
Class Overview | Class Members |
This Package |
All Packages
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