Package pdp.scrabble.multiplayer.impl

Examples of pdp.scrabble.multiplayer.impl.ClientImpl


    }
  }

  public Client createClient(MainFrame mainFrame, String name) {
    try {
      return new ClientImpl(mainFrame, name);
    }
    catch (RemoteException ex) {
      Display.error("Client", "Cannot create client");
      return null;
    }
View Full Code Here

TOP

Related Classes of pdp.scrabble.multiplayer.impl.ClientImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.