RFR: 8375243: Improve javafx.scene.layout package documentation [v2]

Andy Goryachev angorya at openjdk.org
Thu Jan 15 00:03:21 UTC 2026


On Thu, 15 Jan 2026 00:00:18 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> This PR adds a paragraph about layout orientation to the `javafx.scene.layout` package documentation.
>
> Michael Strauß has updated the pull request incrementally with one additional commit since the last revision:
> 
>   changes

Marked as reviewed by angorya (Reviewer).

modules/javafx.graphics/src/main/java/javafx/scene/layout/package-info.java line 219:

> 217:  * mode, a mirroring transform is automatically applied to nodes, flipping the visual flow in the horizontal
> 218:  * direction. If this behavior is not desired, nodes can override {@link javafx.scene.Node#usesMirroring()}
> 219:  * and return {@code false}.

I like it very much, thanks!

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

PR Review: https://git.openjdk.org/jfx/pull/2035#pullrequestreview-3663352540
PR Review Comment: https://git.openjdk.org/jfx/pull/2035#discussion_r2692484522


More information about the openjfx-dev mailing list