Answers for "javafx add css stylesheet"

CSS
0

add css to javafx fxml

.root {
    -fx-background-color:lightgray;
}
Posted by: Guest on October-27-2020

Browse Popular Code Answers by Language