RFR: 8296330: Tests: Add layout container snapping tests [v2]
Marius Hanl
mhanl at openjdk.org
Wed Nov 9 09:46:15 UTC 2022
On Wed, 9 Nov 2022 09:28:45 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> created https://bugs.openjdk.org/browse/JDK-8296609
>
> Should this list include the class `Region` and `FlowPane` too? I see these classes use non-snapped insets.
`FlowPane` is included (the last line). We don't need `Region`, as `Pane` directly extends from it without further modification. Thats why I decided to include only `Pane`. :)
-------------
PR: https://git.openjdk.org/jfx/pull/936
More information about the openjfx-dev
mailing list