Is it possible to make all GridPane\'s grid lines permanently visible without using setGridLinesVisible()?
setGridLinesVisible()
I know that setGridLinesVisible()
This worked for me:
GridPane grid = new GridPane(); grid.setGridLinesVisible(true);
for debug only!