RFR: 8306137: Open source several AWT ScrollPane related tests [v4]

Andrey Turbanov aturbanov at openjdk.org
Thu Apr 27 11:09:54 UTC 2023


On Thu, 27 Apr 2023 06:28:23 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Open source few AWT ScrollPane related tests.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated based on review comments

test/jdk/java/awt/ScrollPane/ScrollPaneWindowsTest.java line 106:

> 104:                     sp.getLocationOnScreen().y + sp.getHeight() - paneInsets.bottom / 2);
> 105:             testOneScrollbar(hScroll);
> 106:         } finally{

Suggestion:

        } finally {

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13621#discussion_r1178976572



More information about the client-libs-dev mailing list