client = new NetworkGameControllerClient(listener);
Thread.sleep(1000);
id = "" + System.currentTimeMillis();
addKeyListener(inputSource);
inputSource.setGameCommands(client);
inputSource.onNewClient(new NewClientEvent(id));
} catch (Exception e) {
e.printStackTrace();
}
}
});