Client.java :  » Game » fail-fast-diplomacy » Networking » client » Java Open Source

Java Open Source » Game » fail fast diplomacy 
fail fast diplomacy » Networking » client » Client.java
package Networking.client;

public class Client 
{
  public static void main(String[] args) 
  {
    NamShubClient Client = new NamShubClient();
    Client.setVisible(true);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.