On Sun, 6 Oct 2024 21:28:59 GMT, Alexander Zuev <[email protected]> wrote:

>> Clean up and iopen source five more regression tests related to the 
>> java.awt.Choice component.
>
> Alexander Zuev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Remove unused test scenario and correct output to reflect it.

LGTM other than few missing Frame titles

test/jdk/java/awt/Choice/ChoiceDragEventsInside/ChoiceDragEventsInside.java 
line 76:

> 74:         );
> 75:         add(choice1);
> 76:         setLayout(new FlowLayout());

Frame title missing here and at other places.
`setTitle("ChoiceDragEventsInside");`

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

Marked as reviewed by honkar (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21334#pullrequestreview-2353167571
PR Review Comment: https://git.openjdk.org/jdk/pull/21334#discussion_r1791041830

Reply via email to