FUNZIONAAAAAHAHHA

This commit is contained in:
Lorenzo Iovino 2017-07-13 21:31:49 +02:00
parent e1b02284b6
commit 3305d6500b
10 changed files with 508 additions and 309 deletions

View file

@ -36,8 +36,7 @@ public class SendWords extends SwingWorker<Void,Void> {
buffer.flip();
App.clientUDP.send(buffer, App.clientUDPSocketAddress);
return null;
System.out.println("SENDED" + sentence);
} catch (UnknownHostException e) {
App.logger.write("SEND WORDS: Host address not correct");
} catch (IOException e) {