RFR: 5108458: JTable does not properly layout its content [v4]

Alisen Chung achung at openjdk.org
Thu Nov 16 19:12:34 UTC 2023


On Wed, 15 Nov 2023 19:11:40 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review fix
>
> src/java.desktop/share/classes/javax/swing/plaf/synth/SynthTableUI.java line 603:
> 
>> 601:             }
>> 602:         } else {
>> 603:             for(int row = rMin; row <= rMax; row++) {
> 
> Suggestion:
> 
>             for (int row = rMin; row <= rMax; row++) {

it's just a spacing thing, but should these be left alone since they weren't changed with the fix?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16374#discussion_r1396208966


More information about the client-libs-dev mailing list