The SkinBase.layoutChildren(..) should have a test that verifies the contract of it.
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.
Originated from: https://github.com/openjdk/jfx/pull/1193#discussion_r1283798454
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.
Originated from: https://github.com/openjdk/jfx/pull/1193#discussion_r1283798454
- duplicates
-
JDK-8315569 Tests for the contract of SkinBase.layoutChildren(..)
-
- Resolved
-