Re: RFR: 8321573: Improve Platform.Preferences documentation [v2]

2023-12-09 Thread Kevin Rushforth
On Sat, 9 Dec 2023 09:33:13 GMT, Nir Lisker wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> wording, table styling > > modules/javafx.graphics/src/main/java/javafx/application/Platform.java line > 596: > >> 594

Re: RFR: 8321573: Improve Platform.Preferences documentation [v2]

2023-12-09 Thread Kevin Rushforth
On Sat, 9 Dec 2023 08:40:31 GMT, Michael Strauß wrote: >> This PR enhances the documentation of `Platform.Preferences.accentColor`: >> >> >>/** >> - * The accent color. >> + * The accent color, which can be used to highlight the active or >> important part of a >> + * control and mak

Re: RFR: 8321573: Improve Platform.Preferences documentation [v2]

2023-12-09 Thread Kevin Rushforth
On Sat, 9 Dec 2023 16:20:30 GMT, Kevin Rushforth wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> wording, table styling > > modules/javafx.graphics/src/main/java/javafx/application/Platform.java line > 473: > >

Re: RFR: 8321573: Improve Platform.Preferences documentation [v2]

2023-12-09 Thread Nir Lisker
On Sat, 9 Dec 2023 08:40:31 GMT, Michael Strauß wrote: >> This PR enhances the documentation of `Platform.Preferences.accentColor`: >> >> >>/** >> - * The accent color. >> + * The accent color, which can be used to highlight the active or >> important part of a >> + * control and mak

Re: RFR: 8321573: Improve Platform.Preferences documentation [v2]

2023-12-09 Thread Michael Strauß
On Sat, 9 Dec 2023 07:25:17 GMT, Nir Lisker wrote: >> Michael Strauß has updated the pull request incrementally with one >> additional commit since the last revision: >> >> wording, table styling > > modules/javafx.graphics/src/main/java/javafx/application/Platform.java line > 612: > >> 610

Re: RFR: 8321573: Improve Platform.Preferences documentation [v2]

2023-12-09 Thread Michael Strauß
> This PR enhances the documentation of `Platform.Preferences.accentColor`: > > >/** > - * The accent color. > + * The accent color, which can be used to highlight the active or > important part of a > + * control and make it stand out from the rest of the user interface. It > is usua