}
}
*/
int port = NetworkConfiguration.CLIENT_PORT;
try {
serverConnection = new ClientServerConnection("127.0.0.1", this);
Logger.info("SparshUI connection established at 127.0.0.1 port " + port);
return true;
} catch (UnknownHostException e) {
err = e.getMessage();
} catch (IOException e) {