RFR: 8301302: Platform preferences API [v14]

Nir Lisker nlisker at openjdk.org
Tue Oct 31 13:37:15 UTC 2023


On Wed, 6 Sep 2023 23:03:46 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> Please read [this document](https://gist.github.com/mstr2/9f46f92c98d3c86aa6a0b4224a9a6548) for an introduction to the Platform Preferences API, and how it interacts with the proposed style theme and stage appearance features.
>
> Michael Strauß has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Remove javadocs
>  - Add signal handler for gtk-theme-name

modules/javafx.graphics/src/main/java/com/sun/glass/ui/Application.java line 761:

> 759:      * arbitrary values. Callers should assume that the returned map is immutable, while
> 760:      * implementations should either return an immutable map, or give up ownership of the
> 761:      * returned map.

This probably belongs in an `@implSpec` tag.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1014#discussion_r1318527985


More information about the openjfx-dev mailing list