I am working on JavaFX GUI. I wanted to use Font Awesome icons. I found really cool lib FontAwesomeFX » 8.9 which allows to use icons in fxml code like this:
<FontAwesomeIcon fill="red" glyphName="NAME" />
Does anyone know how to attach it to the button using only fxml, so I can style it using css?