RFR: 8315883: Open source several Swing JToolbar tests [v2]

Damon Nguyen dnguyen at openjdk.org
Tue Sep 19 00:04:40 UTC 2023


On Mon, 18 Sep 2023 19:02:33 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review comments update
>
> test/jdk/javax/swing/JToolBar/bug4138694.java line 41:
> 
>> 39: 
>> 40: public class bug4138694 {
>> 41:     public static final String exampleText = "Action";
> 
> Suggestion:
> 
>     private static final String actionName = "Action";
> 
> It fits better this way, but it's unimportant.

Updated. Thanks

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15748#discussion_r1329403523


More information about the client-libs-dev mailing list