On Mon, 9 Jan 2023 16:56:58 GMT, Andy Goryachev <ango...@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