-
Bug
-
Resolution: Fixed
-
P4
-
jfx25
-
None
-
master
The record `com.sun.glass.ui.HeaderButtonMetrics` is used in the Glass toolkit, 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 the toolkit layer.
The solution here is to introduce another record that is used in the FX layer, and translate between the Glass/FX types in the toolkit layer.
- relates to
-
JDK-8313424 JavaFX controls in the title bar (Preview)
-
- Resolved
-
- links to
-
Commit(master) openjdk/jfx/1a2a50b5
-
Review(master) openjdk/jfx/1846