Package beans.core.db

Examples of beans.core.db.PersoControl


            acceptPopUpResponse(true);
        }
    }

    public void initHeroPopUpResponse(final StatsPerso statPerso) {
        final PersoControl persoControl = new PersoControl();
        persoControl.saveChangeStatut(statPerso);
    }
View Full Code Here


     * @param guiModel
     * @see GameModel
     * @see GUIModel
     */
    public Player(final GameModel gameModel, final GUIModel guiModel) {
        final PersoControl persoControl = new PersoControl();

//        StatsPerso stats = persoControl.getPerso("hero");
        final StatsPerso stats = new StatsPerso();
        stats.setName("hero");
        stats.setClasse(Classe.WARRIOR);
View Full Code Here

TOP

Related Classes of beans.core.db.PersoControl

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.