Hi all, I have some questions about how to properl...
# tornadofx
s
Hi all, I have some questions about how to properly apply CSS to FXML nodes. My wish would be to have a property on my node like
<Label styleClass="beautifulStyle" />
and to define this style on one place only (either a
.css
file or a
Stylesheet
class), without applying it in the Kotlin view. Can anyone help me on this, I can’t figure out how to do it simply, and the doc is not helpful (or I didn’t find the right information in it)? Thanks