Java: Handle logoff or shutdown on Windows and Linux

后端 未结 4 2007
面向向阳花
面向向阳花 2021-01-06 04:13

Is there a way for a Java GUI application to respond to system shutdown or logoff events, other than to use JNI? (On Windows, the JNI would use WM_QUERYENDSESSION, on Linux

4条回答
提交回复
热议问题