Advertisement
egyware

Untitled

Jan 15th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if (ae.getActionCommand().equals("Salir"))
  2. {
  3. System.exit(0);
  4. }
  5. else
  6. if (ae.getActionCommand().equals("Enviar"))
  7. {
  8. writer.println(msjs_propios.getText());
  9. writer.flush();
  10. }
  11. else if (ae.getActionCommand().equals("Limpiar"))
  12. {
  13. mjs_otros.setText("");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement