On Mon, 6 Nov 2023 12:34:41 GMT, Johan Vos <j...@openjdk.org> wrote: > > Is it possible to add an automated regression test? > > I'm working on that, but it is not trivial as this functionality requires the > QuantumToolkit and can not use the StubToolkit which is used in most tests.
You could add a headful system test (those all use the QuantumToolkit). You may or may not want it to be a robot-based test, depending on what else you want the test to do (e.g., a robot-based test could click outside the window, which deactivates the window and calls the release methods). ------------- PR Comment: https://git.openjdk.org/jfx/pull/1277#issuecomment-1794812722