On Fri, 12 May 2023 19:28:11 GMT, Alexey Ivanov <[email protected]> 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
