RFR: 8301302: Platform preferences API [v5]

Andy Goryachev angorya at openjdk.org
Tue Sep 5 21:41:07 UTC 2023


On Tue, 5 Sep 2023 00:55:44 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 one additional commit since the last revision:
> 
>   Removed application preferences implementation

modules/javafx.graphics/src/main/java/javafx/application/Platform.java line 468:

> 466:      * The following list contains all preferences that are potentially available on the specified platforms:
> 467:      *
> 468:      * <table>

we might want to add an anchor somewhere here, to be able to create a link in Platform.getPreferences(), similar to what String.format() -> Formatter#syntax does:


<h3><a id="syntax">Format String Syntax</a></h3>

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

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


More information about the openjfx-dev mailing list