On Tue, 12 Mar 2024 09:53:43 GMT, Tejesh R <t...@openjdk.org> wrote:

>> Convert javax/swing/border/Test4243289.java applet test to main based test 
>> using PassFailJFrame.
>
> Tejesh R has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Review updates

Minor comment: 
Sort the imports.

test/jdk/javax/swing/border/Test4243289.java line 24:

> 22:  */
> 23: 
> 24: import java.awt.Font;

Suggestion:

import java.awt.Dimension;
import java.awt.Font;

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

Marked as reviewed by abhiscxk (Committer).

PR Review: https://git.openjdk.org/jdk/pull/18197#pullrequestreview-1935742960
PR Review Comment: https://git.openjdk.org/jdk/pull/18197#discussion_r1524274292

Reply via email to