Package gui

Examples of gui.ClientMainGUI


        }
        try {
            System.out.println("1");
            socket = new ClientSocket(ip, port);
            System.out.println("2");
            new ClientMainGUI(socket);
        } catch (IOException e) {
            System.out.println("Failed to connect");
            e.printStackTrace();
        }
    }
View Full Code Here

TOP

Related Classes of gui.ClientMainGUI

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.