且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Java Swing中捕获关闭事件

更新时间:2023-12-05 10:14:40

您需要实现WindowListener接口,或注册WindowAdapter.

You need to either implement the WindowListener interface, or register a WindowAdapter.