I want to capture window close(red X right top position) event. I want to display a specified window upon that window based on the event.
I want to capture window close(red X right top position) event. I want to display a specified window upon that window based on the event.
Register a
WindowListener
- specifically, use itswindowClosing
method: