From bcb5897c7180ca2d44250f14fda66f0454b8ce0f Mon Sep 17 00:00:00 2001 From: Yessine-iut Date: Thu, 14 May 2020 20:19:35 +0200 Subject: [PATCH] =?UTF-8?q?Methode=20nomAutorise=20supprimer,=20et=20metho?= =?UTF-8?q?de=20nomVide=20modifier,=20affichage=20modifi=C3=A9=20pour=20un?= =?UTF-8?q?e=20meilleure=20compr=C3=A9hension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ihm/controller/PlayersController.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ihm/controller/PlayersController.java b/src/ihm/controller/PlayersController.java index 2569096..d0e1d39 100644 --- a/src/ihm/controller/PlayersController.java +++ b/src/ihm/controller/PlayersController.java @@ -166,7 +166,7 @@ public class PlayersController implements Initializable{ public void commencerJeux(MouseEvent mouseEvent) throws IOException{ if (nbJoueursH + nbJoueursV >= 4) { - if(textVide()==false && memeNom()==false && nomAutorise()==true) { + if(textVide()==false && memeNom()==false) { //ajout des joueurs finalement selectionner int i = 0; @@ -212,7 +212,7 @@ public class PlayersController implements Initializable{ gj.lancerPartie(); } else { - System.out.println("On ne peut pas prendre un nom vide ou prendre le même nom"); + System.out.println("On ne peut pas prendre un nom vide ou prendre le même nom qu'un autre joueur"); } } @@ -256,7 +256,7 @@ public class PlayersController implements Initializable{ nbJoueursH++; } - if (nbJoueursH + nbJoueursV >= 4 && memeNom()==false && textVide()==false && nomAutorise()==true) { + if (nbJoueursH + nbJoueursV >= 4 && memeNom()==false && textVide()==false) { btnCommencer.setStyle("-fx-background-color: #1d1d1d; -fx-text-fill: #d8d8d8;"); } } @@ -330,7 +330,7 @@ public class PlayersController implements Initializable{ } public boolean textVide() { for(int i=0;i= 4 && memeNom()==false && textVide()==false && nomAutorise()==true) { + if (nbJoueursH + nbJoueursV >= 4 && memeNom()==false && textVide()==false) { btnCommencer.setStyle("-fx-background-color: #1d1d1d; -fx-text-fill: #d8d8d8;"); } else @@ -375,7 +375,7 @@ public class PlayersController implements Initializable{ } return false; } - public boolean nomAutorise() { +/* public boolean nomAutorise() { int i=0; while(i