Hi,
I am working on a chat client using a socket, and I want a certain code to be executed before the window closes when the user clicks on "X" (like closing the connection properly).
Can I do that without having to implement all the abstract methods in WindowListener
?
/Avin