On Mon, 22 Jan 2024 20:51:53 GMT, Kevin Rushforth <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Use Platform.runAndWait
>
> tests/system/src/test/java/test/robot/javafx/embed/swing/JFXPanelHiDPITest.java
> line 154:
>
>> 152:
>> 153: private void createScene(final JFXPanel fxPanel) {
>> 154: PlatformImpl.runAndWait(() -> {
>
> Generally we prefer `test.util.Util::runAndWait` so that exceptions are
> propagated.
good point!
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1344#discussion_r1462423464