TilePane has the following defects: 1. Exact-fit layouts can wrap one tile too early. 2. Computed tile sizes can gain an entire unwanted pixel. 3. Minimum sizes use raw insets. 4. Content-biased children are not measured with the actual snapped tile dimension. 5. Snapped tile dimensions are cached without tracking the snapping policy or render scale.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - fix - tests Changes: https://git.openjdk.org/jfx/pull/2268/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=2268&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8390752 Stats: 356 lines in 2 files changed: 322 ins; 5 del; 29 mod Patch: https://git.openjdk.org/jfx/pull/2268.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2268/head:pull/2268 PR: https://git.openjdk.org/jfx/pull/2268
