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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -