On Mon, 17 May 2021 07:16:06 GMT, Ambarish Rapte <ara...@openjdk.org> wrote:
> should we also include `root.getChildren().clear()` and `stage.hide()` calls ? I see no need for `root.getChildren().clear()`. I think all graphics unit tests that call `stage.show()` should call `stage.hide()` in a cleanup method, but I see that most of them don't. Maybe that can be done globally in a follow-up test bug (perhaps in a future test sprint)? ------------- PR: https://git.openjdk.java.net/jfx/pull/496