I have a GridPane filled with 1-letter-labels.
GridPane
Here is an image:
Here is the code:
int charSpacing = 1; int charsInWid
oh, that was easy. i did the alignment on the wrong place. adding this will do the job:
tmp[currArrPos].setAlignment(Pos.CENTER);
thanks anyway.