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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -