RFR: 8325550: Grammatical error in AnchorPane.setLeftAnchor (and other setters) javadoc

Nir Lisker nlisker at openjdk.org
Fri Feb 23 22:32:16 UTC 2024


On Fri, 23 Feb 2024 17:46:20 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

> Fixes for the `AnchorPane` docs, as well as for the `NodeOrientation` docs in `Node` and `Scene`.
> 
> Note that the default value for a `Scene`'s `NodeOrientation` depends on a system property, while for `Node` it isn't (which means `SubScene` will be different from `Scene`). Not sure if this is intended.

By the way, is the difference in the default values between `Node` and `Scene` intentional? Only `Scene` has the RTL system property checked.

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

PR Comment: https://git.openjdk.org/jfx/pull/1379#issuecomment-1962085277


More information about the openjfx-dev mailing list