Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个java swing应用程序。现在我想让它在用户空闲时自动注销。
有什么方法可以检测 java swing 中的“空闲”吗?我不知道该怎么做。
查看应用程序不活动以了解一种方法。
在摇摆中,您System.exit(0);无论如何都可以用来杀死您的窗户。在你的情况下,我猜你想在一定的时间延迟后注销,然后你可以在你的代码中使用线程。
System.exit(0);