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

Tejesh R tr at openjdk.org
Mon Nov 20 05:10:36 UTC 2023


On Thu, 16 Nov 2023 19:09:34 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> 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?

Yeah, not sure whether update this or not. Anyhow will update for uniformity.

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

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


More information about the client-libs-dev mailing list