[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    Re: RFR: 8301302: Platform preferences API [v44]
From:       satsen <duke () openjdk ! org>
Date:       2023-12-21 9:43:34
Message-ID: HDOUWK5yA2K8I7BH7TPIn2OAXaZw91J1ZHuxHaXdGyk=.0fd6dd2a-6f8a-4636-93aa-65211f99594b () github ! com
[Download RAW message or body]

On Thu, 7 Dec 2023 21:30:27 GMT, Michael Strauß <mstrauss@openjdk.org> wrote:

> > The value does indeed change:
> > macOS.NSColor.alternatingContentBackgroundColors = [0x1e1e1eff,0xffffff0c]
> > macOS.NSColor.alternatingContentBackgroundColors = [0xffffffff,0xf4f5f5ff]
> > 
> > 
> > private String f(Object x) {
> > if (x == null) {
> > return "<null>";
> > }
> > if (x.getClass().isArray()) {
> > int sz = Array.getLength(x);
> > StringBuilder sb = new StringBuilder();
> > sb.append("[");
> > for (int i = 0; i < sz; i++) {
> > if (i > 0) {
> > sb.append(',');
> > }
> > sb.append(Array.get(x, i));
> > }
> > sb.append("]");
> > return sb.toString();
> > }
> > return x.toString();
> > }
> 
> Thanks to all the people who were involved in developing this feature and helping \
> to bring this across the finish line, especially @andy-goryachev-oracle \
> @kevinrushforth @hjohn @nlisker and @jperedadnr 👍

Thank you for your work @mstr2. It's nice to see something new and shiny added to \
JavaFX. I'm looking forward for your other PRs to get integrated as well, I really \
like your work. Thanks.

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

PR Comment: https://git.openjdk.org/jfx/pull/1014#issuecomment-1865947867


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic