On Wed, 20 Mar 2024 21:33:04 GMT, Phil Race <p...@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