text color on radio

This commit is contained in:
2022-03-28 16:34:53 +03:00
parent 17a7e1711e
commit d9d325b18b
4 changed files with 10 additions and 14 deletions

View File

@ -25,7 +25,7 @@ public class TCPhandler implements Runnable
private boolean alive = true;
public String serverHostname = new String ("10.120.1.114");//
private int port = 13579;
private int port;
private Thread listenThread;
private Socket soc =null;