Integrated: JDK-8315569: Tests for the contract of SkinBase.layoutChildren(..)

Marius Hanl mhanl at openjdk.org
Thu Oct 19 06:47:12 UTC 2023


On Sat, 2 Sep 2023 12:54:36 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 27594f01
Author:    Marius Hanl <mhanl at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/27594f01bd1df9d716914f8a7527d56b4ea45596
Stats:     129 lines in 1 file changed: 129 ins; 0 del; 0 mod

8315569: Tests for the contract of SkinBase.layoutChildren(..)

Reviewed-by: angorya

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

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


More information about the openjfx-dev mailing list