RFR: 8375243: Improve javafx.scene.layout package documentation
John Hendrikx
jhendrikx at openjdk.org
Wed Jan 14 19:04:31 UTC 2026
On Wed, 14 Jan 2026 03:40:10 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
> This PR adds a paragraph about layout orientation to the `javafx.scene.layout` package documentation.
Perhaps add a paragraph about how this works, as developers also sometimes write their own layout code. Apparently, it is handled with a transform or something, so layout code itself is completely oblivious to this (and should be). Developers writing their own code for layout should therefore probably not take node orientation into account or they get the opposite effect.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2035#issuecomment-3751135575
More information about the openjfx-dev
mailing list