On Sun, 13 Jul 2025 21:34:42 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
> The record `com.sun.glass.ui.HeaderButtonMetrics` is used by Glass, but also > in the FX layer (in `Stage` and `HeaderBar`). This is architectually unsound, > as the FX layer should not directly reference the Glass implementation. > > The solution here is to introduce another record that is used in the FX > layer, and translate between the Glass/FX types in quantum toolkit. Looks fine. ------------- Marked as reviewed by jhendrikx (Reviewer). PR Review: https://git.openjdk.org/jfx/pull/1846#pullrequestreview-3015036473