RFR: 8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main
Andrey Turbanov
aturbanov at openjdk.org
Thu Mar 21 19:43:21 UTC 2024
On Wed, 20 Mar 2024 21:33:04 GMT, Phil Race <prr at openjdk.org> wrote:
> Converts java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.html
> to a main program.
test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.java line 65:
> 63: frame.add(singleList);
> 64: frame.add(multipleList);
> 65: frame.setSize(400,100);
Suggestion:
frame.setSize(400, 100);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18414#discussion_r1534561152
More information about the client-libs-dev
mailing list