text color on radio
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user