user37893
0
Q:

javafx event resize

Stage stage = new Stage();

stage.widthProperty().addListener((obs, oldVal, newVal) -> {
  //on change width
});

stage.heightProperty().addListener((obs, oldVal, newVal) -> {
  //on change height
});
1

New to Communities?

Join the community