correction d'une erreure
This commit is contained in:
@ -169,14 +169,16 @@ public class PauseController implements Initializable {
|
||||
final FXMLLoader fxmlLoader = new FXMLLoader(fxmlURL, bundle);
|
||||
AnchorPane pane = fxmlLoader.load();
|
||||
|
||||
/*
|
||||
|
||||
Scene scene = new Scene(pane);
|
||||
Stage appStage = (Stage) ((Node) mouseEvent.getSource()).getScene().getWindow();
|
||||
appStage.setScene(scene);
|
||||
appStage.show();
|
||||
*/
|
||||
|
||||
/*
|
||||
PopUp pu = new PopUp(pane, "Regles");
|
||||
pu.display();
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user