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

Kevin Rushforth kcr at openjdk.org
Mon Jan 9 17:17:06 UTC 2023


On Mon, 9 Jan 2023 16:56:58 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> tests/manual/tester/src/com/oracle/javafx/tester/ATableViewResizeTester.java line 63:
>> 
>>> 61:  * Tests TableView/JTable constrained column resize modes.
>>> 62:  */
>>> 63: public class ATableViewResizeTester extends Application {
>> 
>> Minor: Maybe drop the initial `A` and just call it `TableViewResizeTester`? The "A" seems odd.
>> 
>> Suggestion: it would be useful to have a `TreeTableView` tester. I presume you have done at least some testing with `TreeTableView`?
>
> With your permission, I'll keep it unchanged in this PR, but will make it a part of the monkey tester [JDK-8299335](https://bugs.openjdk.org/browse/JDK-8299335) later.
> 
> (it's already implemented in a temp repo, both TableView and TreeTableView:
> 
> https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/monkey/pages/TableViewPage.java
> https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/monkey/pages/TreeTableViewPage.java

OK, this is fine then.

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

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


More information about the openjfx-dev mailing list