919293949596979899100101
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);