编程语言
首页 > 编程语言> > java-打开模式对话框时,从任务栏关闭应用程序

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

作者:互联网

当打开模式对话框时,是否有任何方法可以允许用户通过单击任务栏图标上的“关闭”来关闭JFrame?我看到即使对话框是孤立的或另一个框架的子级,它仍然会阻止“关闭”操作.

解决方法:

这取决于您正在运行的本机OS,我不知道有哪些允许您这样做.

这是MSDN清单:

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.

标签:taskbar,swing,dialog,java
来源: https://codeday.me/bug/20191208/2089196.html