Javafx Zmień obraz na zawisie
.my-button {
-fx-graphic: url("abc.png");
}
.my-button:hover {
-fx-graphic: url("xyz.png");
}
Solstice
.my-button {
-fx-graphic: url("abc.png");
}
.my-button:hover {
-fx-graphic: url("xyz.png");
}