打开模式对话框时从任务栏关闭应用程序
打开模式对话框时,是否有任何方法允许用户通过单击任务栏图标上的 Close
来关闭 JFrame
?我发现即使该对话框是孤立的或另一个框架的子级,它仍然会阻止 Close
操作。
When a modal dialog is opened, is there any way to allow user close a JFrame
by clicking Close
on task-bar icon? I see that even if the dialog is orphan or a child of another frame, it still blocks the Close
action.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您运行的本机操作系统,我不知道有哪个操作系统允许您这样做。
以下是 MSDN 列表:
http://msdn.microsoft.com/en -us/library/aa969773.aspx
It depends on the native OS you're running on, I don't know of any that do allow you to.
Here is a MSDN listing on it :
http://msdn.microsoft.com/en-us/library/aa969773.aspx