I need to know how to catch the action when user click on the "X" in in a Frame....In other word, I want to perform a task whenever a user close a frame.
How to do it? Need example, please!
JavaProgramming Languages-Other
Last Comment
CEHJ
8/22/2022 - Mon
CEHJ
You just need to add a WindowListener to the frame and implement windowClosing