Skip to content

Instantly share code, notes, and snippets.

@praserocking
Created March 28, 2013 15:28
Show Gist options
  • Save praserocking/5264068 to your computer and use it in GitHub Desktop.
Save praserocking/5264068 to your computer and use it in GitHub Desktop.
package chatApp;
import java.awt.event.*;
public class winada extends WindowAdapter
{
public void windowClosing(WindowEvent e)
{
System.exit(1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment