RFR: 8354561: Open source several swing tests batch0 [v2]

Andrey Turbanov aturbanov at openjdk.org
Mon Apr 21 09:42:48 UTC 2025


On Thu, 17 Apr 2025 02:01:42 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Few more tests open sourced:
>> 
>> javax/swing/JTextArea/4474400/bug4474400.java
>> javax/swing/border/TitledBorder/TransparentTitleTest.java
>> javax/swing/JComboBox/4139900/bug4139900.java
>> javax/swing/JComboBox/4174876/bug4174876.java
>
> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review comments

test/jdk/javax/swing/border/TransparentTitleTest.java line 108:

> 106:         imageIcon = new ImageIcon(bufferedImage);
> 107: 
> 108:         TitledBorder b = new TitledBorder(new LineBorder(Color.black,3), "title text");

Suggestion:

        TitledBorder b = new TitledBorder(new LineBorder(Color.black, 3), "title text");

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24680#discussion_r2052195217


More information about the client-libs-dev mailing list