javafx - GridPane : Change grid line color -


how can change grid lines color / can change grid lines color? cant seem find css solution.

enter image description here

you can use css work me :

.mygridstyle line {   -fx-stroke   : red; } 

then attach css class scene builder or mygrid.getstyleclass().add("mygridstyle");


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -