Default JavaFX-CSS

后端 未结 5 1414
攒了一身酷
攒了一身酷 2021-02-07 07:55

Is there any way to see the applied CSS-Rules for JavaFX-Elements? Or there is a published reference with the default CSS-Rules available?

I would like, for example , to

5条回答
  •  無奈伤痛
    2021-02-07 08:36

    As for the end of 2019 the default modena.css can be looked at official jfx github repo:

    https://github.com/openjdk/jfx/tree/master/modules/javafx.controls/src/main/resources/com/sun/javafx/scene/control/skin/modena

    Or you can look inside Maven javafx-controls. For example in javafx-controls-13-win.jar go to /com/sun/javafx/scene/control/skin/modena/

提交回复
热议问题