On Mon, 25 Sep 2023 16:48:51 GMT, Alexander Zvegintsev <[email protected]>
wrote:
>> test/jdk/java/awt/Frame/FrameRepackTest.java line 134:
>>
>>> 132: north.setLayout(new BorderLayout(2, 2));
>>> 133: north.add("North", new Label(" This panel is always
>>> displayed"));
>>> 134: north.add("Center", new Label(" it is a test "));
>>
>> Suggestion:
>>
>> north.add("North", new Label("This panel is always displayed"));
>> north.add("Center", new Label("it is a test "));
>>
>> Is the space used to offset the text from the edge?
>
> No idea. So removed.
Yeah, it was it. Now the text is flushed to the left. Fine either way.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15787#discussion_r1336191016