How to get to the application closing event?
I want to get application to save all unsaved operations or show the user a message \"Are you sure about closing withou
You can use sun.misc.Signal or Runtime.getRuntime().addShutdownHook
sun.misc.Signal
Runtime.getRuntime().addShutdownHook
More info