Default JavaFX-CSS

后端 未结 5 1315
攒了一身酷
攒了一身酷 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:41

    The CSS file is located in javafxrt.jar at jfxrt.jar!/com/sun/javafx/scene/control/skin/caspian/caspian.css .

    Unfortunately, there is no API access to the CSS styles of an element as of now, though that is apparently being discussed for JavaFX 2.2.

提交回复
热议问题