Beispiel #1
0
 public static void setDiscussion() {
   discussion = new ServerChat(socketPortClient);
   Thread thread = new Thread(discussion);
   thread.start();
   try {
     game.setUnbind(true);
   } catch (RemoteException e) {
     System.out.println("Failed setUnbind on game");
   }
 }