RFR: 8327826: Convert javax/swing/border/Test4243289.java applet test to main [v3]
Abhishek Kumar
abhiscxk at openjdk.org
Thu Mar 14 05:55:39 UTC 2024
On Tue, 12 Mar 2024 09:53:43 GMT, Tejesh R <tr at 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
More information about the client-libs-dev
mailing list