RFR: 8293119: Additional constrained resize policies for Tree/TableView [v19]

Kevin Rushforth kcr at openjdk.org
Fri Dec 9 21:35:24 UTC 2022


On Fri, 9 Dec 2022 21:25:55 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> modules/javafx.controls/src/main/java/javafx/scene/control/TableView.java line 452:
>> 
>>> 450:     /**
>>> 451:      * A resize policy that adjusts columns, starting with the next one, in order to fit the table width.
>>> 452:      * <p>
>> 
>> Minor: you can remote this `<p>`, too.
>
> I liked it with `<p>` : - )

It should at least be consistent with the rest of them.

The formatting (with or without the `<p>`) is something we could ask others to weigh in on, too. I don't care too much, one way or the other.

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

PR: https://git.openjdk.org/jfx/pull/897


More information about the openjfx-dev mailing list