Package game_model

Examples of game_model.field_model


     
     
    statics.setPlayer1(p1);
    statics.setPlayer2(p2);
   
    statics.setFm(new field_model());
   
    gp = new game_panel();
    gp.getMenu().setS1name(statics.getPlayer1().getName());
    gp.getMenu().setS2name(statics.getPlayer2().getName());
    gp.getMenu().setS1bc(statics.getFm().getCardcounter_p1()+"");
View Full Code Here

TOP

Related Classes of game_model.field_model

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.