SWT-File-Save-dialog:如何显示覆盖确认
是否可以在显示 SWT 文件保存对话框并且用户选择现有文件时显示覆盖确认?当然,我可以显示文件保存对话框,然后显示确认对话框,但这将是一个糟糕的设计。
Is it possible to show a overwrite-confirmation while the 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FileDialog 有 setOverwrite 方法,你可以使用它。
FileDialog has setOverwrite method, you could use that.