Package model

Examples of model.Plateau


    word.setFont( word.getFont().deriveFont(Font.BOLD));
   
    score = new Score();
    score.score();
       
    myPlateau = new Plateau();
    myRandom  = new Random();
   
    myDico = new Dico("ressources/dictionnaire");
    myArbitre = new Arbitre(myPlateau, 2, myDico);
   
View Full Code Here

TOP

Related Classes of model.Plateau

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.