I haven't taken a close look, but I've done some automated layout work
before. The baseline layout seems to be an interesting kind of problem
where controls can influence each other, where normally they are mostly
independent.
An iterative approach may be the only viable one, but it does leav
> On Nov 12, 2021, at 7:48 PM, Kevin Rushforth
> wrote:
>
> I think this will be a good improvement to implement to the JavaFX layout
> algorithm. I see that you filed JDK-8276671 [1] to track this enhancement.
>
> As noted, the main concern will be making sure we don't break existing
> ap
I think this will be a good improvement to implement to the JavaFX
layout algorithm. I see that you filed JDK-8276671 [1] to track this
enhancement.
As noted, the main concern will be making sure we don't break existing
applications, so testing this will be key.
One other issue that will nee