gpt4 book ai didi

java - 为什么java中的isActive()函数在windows中工作而在ubuntu中不起作用

转载 作者:行者123 更新时间:2023-12-04 19:27:51 24 4
gpt4 key购买 nike

为什么isActive()函数在windows中正确运行并且不在ubuntu中运行?
我在下面的代码中使用了这个函数让程序等到 myFrame JFrame 窗口被关闭,这仅在 Windows 中有效。

MyFrame myFrame = new MyFrame();  // This class Extends jFrame to show a Jframe
myFrame.run();
while (myFrame.isActive()) {
sleep(500); // this another function in this class to delay the program for 500 mS
}
为什么会发生这种情况以及如何处理!?

最佳答案

问题是调用 isactive 外部事件线程。在 myFrame 类中使用事件监听器来处理非 Activity 状态。

关于java - 为什么java中的isActive()函数在windows中工作而在ubuntu中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69366875/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com