RFR: 8302057: Wrong BeanProperty description for JTable.setShowGrid [v2]

Renjith Kannath Pariyangad rkannathpari at openjdk.org
Mon Aug 25 03:54:45 UTC 2025


On Fri, 22 Aug 2025 22:13:50 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Renjith Kannath Pariyangad has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Upadted based on suggesion
>
> src/java.desktop/share/classes/javax/swing/JTable.java line 1167:
> 
>> 1165:      */
>> 1166:     @BeanProperty(description
>> 1167:             = "Whether grid lines should be drawn in around the cells.")
> 
> What about
> "Whether grid lines should be drawn around the cells."
> or 
> "Whether grid lines should be drawn around cells."?

I felt "Whether grid lines should be drawn around the cells" more closer with other properties , I have updated this.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26857#discussion_r2297060229


More information about the client-libs-dev mailing list