On Thu, 17 Apr 2025 02:01:42 GMT, Alexander Zvegintsev <azveg...@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

Reply via email to