打开模式对话框时从任务栏关闭应用程序

发布于 2024-11-25 11:44:49 字数 135 浏览 0 评论 0原文

打开模式对话框时,是否有任何方法允许用户通过单击任务栏图标上的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甚是思念 2024-12-02 11:44:49

这取决于您运行的本机操作系统,我不知道有哪个操作系统允许您这样做。

以下是 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

A modal dialog box is displayed by a function when the function needs
additional data from a user to continue. Because the function depends
on the modal dialog box to gather data, the modal dialog box also
prevents a user from activating other windows in the application while
it remains open.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文