RFR: 8306137: Open source several AWT ScrollPane related tests [v7]

Tejesh R tr at openjdk.org
Tue May 16 13:41:00 UTC 2023


On Fri, 12 May 2023 19:28:11 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> test/jdk/java/awt/ScrollPane/ComponentScrollTest.java line 81:
>> 
>>> 79:             EventQueue.invokeAndWait(() -> {
>>> 80:                 frame.pack();
>>> 81:                 frame.setVisible(true);
>> 
>> should frame setup code be moved into init()?
>
> Does it matter?

Functionally doesn't matter, I guess its for code readability and uniformity.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13621#discussion_r1195180560



More information about the client-libs-dev mailing list