RFR: 8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main
Alexander Zvegintsev
azvegint at openjdk.org
Thu Mar 21 13:54: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.
Marked as reviewed by azvegint (Reviewer).
test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.java line 31:
> 29: @library /java/awt/regtesthelpers
> 30: @run main/manual MouseDraggedOutCauseScrollingTest
> 31: */
We usually move this and instructions block closer to a class declaration, for better readability.
-------------
PR Review: https://git.openjdk.org/jdk/pull/18414#pullrequestreview-1952287386
PR Review Comment: https://git.openjdk.org/jdk/pull/18414#discussion_r1533954114
More information about the client-libs-dev
mailing list