Mega Code Archive

 
Categories / Java Tutorial / SWT
 

Displaying the Open or Save File Dialog

FileDialog Constants ConstantDescription SWT.OPENCreates a dialog for opening a single file. This is the default. SWT.MULTICreates a dialog for opening multiple files. SWT.SAVECreates a dialog for saving a file.