On Wed, 17 Jun 2026 08:54:10 GMT, Marius Hanl <[email protected]> wrote:
> * `Node.getStyleClass()` is usually not used (empty) for layout containers > such as `Pane` or `Group` or shapes. A JavaFX App usually consists of a good > amount of such containers (or shapes) The stats you showed lead me to a different conclusion: style class is usually used, and most things do have styles associated with them, including containers; most containers I create definitely have a style, they just don't have one by default. I fully agree on the StyleSheets property. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2191#issuecomment-4736674878
