public class MyDialog extends JDialog { protected void processWindowEvent(WindowEvent e) { if(e.getID() == WindowEvent.WINDOW_CLOSING) { // Your code here. }