On Sat, 9 Dec 2023 07:07:27 GMT, Michael Strauß <mstra...@openjdk.org> 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 make it stand out from the rest of the user interface. It > is usually a > + * vivid color that contrasts with the foreground and background colors. > > > Additional changes include alternating row colors for tables. This pull request has now been integrated. Changeset: 60476ef7 Author: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/60476ef79e472546e5b19843185b15d4506034c7 Stats: 25 lines in 1 file changed: 13 ins; 1 del; 11 mod 8321573: Improve Platform.Preferences documentation Reviewed-by: nlisker, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1301