Guest User

Untitled

a guest
Apr 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public void windowClosing(WindowEvent e) {
  2. try {
  3. port.leave(id);
  4. port.talk(username + " has left the chat. Goodbye!");
  5. }
  6. catch (Exception ex) {
  7. otherText.append("Exit failed.");
  8. }
  9. System.exit(0);
  10. }
Add Comment
Please, Sign In to add comment