Package WebService

Examples of WebService.WebApi


        initComponents();
        this.setResizable(false);
        setContentPane(new Connexion(this));    
        this.setVisible(true);
        scores = new ArrayList<Float>();
        this.webApi = new WebApi();
    }
View Full Code Here

TOP

Related Classes of WebService.WebApi

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.