我需要在标题中添加图像。我知道如何在java代码中做到这一点。但我只想通过 css 做到这一点。我试过了:
.titled-pane > .title{
-fx-graphic: url("imgs/general/logo.png");
}
和
.titled-pane {
-fx-graphic: url("imgs/general/logo.png");
}
但这并没有帮助。
更新:资源路径。
/src/main/resources/styles.css
/src/main/resources/imgs/general/logo.png
/src/main/resources/fxml/window.fxml