RFR: JDK-8354340 : Open source Swing Tests - Set 6 [v2]

Sergey Bylokhov serb at openjdk.org
Wed Apr 16 22:31:41 UTC 2025


On Wed, 16 Apr 2025 20:20:24 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> Following tests are open-sourced in this PR:
>> 
>> - javax/swing/JViewport/ScrollRectToVisibleTest3.java - automated
>> - javax/swing/JViewport/SetViewRepaint.java - manual
>
> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   extra newline

test/jdk/javax/swing/JViewport/ScrollRectToVisibleTest3.java line 67:

> 65:         Rectangle frameBounds = Util.invokeOnEDT(() -> getComponentBounds(frame));
> 66:         robot.delay(100);
> 67:         Point scrollBtnLoc = Util.getCenterPoint(scrollButton);

scrollButton initialized on EDT

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24697#discussion_r2047853378


More information about the client-libs-dev mailing list