Gesendet: Freitag, 28. November 2025 um 21:02
Von: "John Hendrikx"
An: OpenJFX
Betreff: JavaFX testability of Control
I'm seeing something odd in Control. It tries to initialize the default platform user agent stylesheet in a static initializer. This makes any subclass of Control h
I'm seeing something odd in Control. It tries to initialize the default
platform user agent stylesheet in a static initializer. This makes any
subclass of Control hard to test (as a unit) as it will try to
initialize the entire JavaFX platform.
I see little need for this. The stylesheet is loa