modification des boutons dans le menu regles

This commit is contained in:
Bastien NOEL
2020-05-10 15:03:18 +02:00
parent b10e068a28
commit 94b5f1dbb7
3 changed files with 29 additions and 11 deletions

View File

@@ -216,6 +216,9 @@ public class PlayersController implements Initializable{
}
@FXML
public void retour(MouseEvent me) throws IOException {
InputStream fileSound1 = getClass().getResourceAsStream("/ihm/ressources/musique/BEEP1.wav");
EffetSonore.playSoundEffect(fileSound1);
final URL fxmlURL = getClass().getResource("/ihm/ressources/Menu.fxml");
final ResourceBundle bundle = ResourceBundle.getBundle("domaine.properties.langue", Locale.FRANCE);