Guest User

Untitled

a guest
Sep 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if(message.equalsIgnoreCase("reconnect")) {
  2. try {
  3. this.disconnect();
  4. this.reconnect();
  5. }
  6. catch(Exception e) {
  7. JOptionPane.showMessageDialog(null, "Error Occured: " + e);
  8. }
  9. }
Add Comment
Please, Sign In to add comment