FUNZIONAAAAAHAHHA
This commit is contained in:
parent
e1b02284b6
commit
3305d6500b
10 changed files with 508 additions and 309 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue