RFR: JDK-8315569: Tests for the contract of SkinBase.layoutChildren(..) [v2]

Marius Hanl mhanl at openjdk.org
Sat Sep 2 13:09:14 UTC 2023


> This PR adds a test that verifies the `SkinBase.layoutChildren(..)` method with different scales.
> While not explicitly documented, this method will receive the snapped and correctly calculated x, y, width and height values, so that children of the Control can be layouted correctly without requiring to do many more calculations regarding padding.

Marius Hanl has updated the pull request incrementally with one additional commit since the last revision:

  JDK-8315569: Set a min size

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/1229/files
  - new: https://git.openjdk.org/jfx/pull/1229/files/880a2981..8ae26188

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=1229&range=01
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1229&range=00-01

  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jfx/pull/1229.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1229/head:pull/1229

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


More information about the openjfx-dev mailing list