SWT-File-Save-dialog: how to show overwrite-confirmation
Is it possible to show a overwrite-confirmation while the开发者_如何学Go SWT file-save-dialog is shown and the user selected an existing file? Of course, I can show the file-save-dialog and later show a confirmation dialog, but this would be bad design.
FileDialog has setOverwrite method, you could use that.
精彩评论