RFR: 8341055: Open some TextArea awt tests 2
Andrey Turbanov
aturbanov at openjdk.org
Tue Oct 15 19:24:12 UTC 2024
On Thu, 10 Oct 2024 01:06:24 GMT, Alisen Chung <achung at openjdk.org> wrote:
> Second set of textarea awt tests to open during fall 2024 test sprint
test/jdk/java/awt/TextArea/TextAreaScrollbarTest.java line 113:
> 111: add(t10);
> 112:
> 113: setSize(600,600);
Suggestion:
setSize(600, 600);
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21436#discussion_r1801792254
More information about the client-libs-dev
mailing list