I just know how to make it -fx-alignment: center-right; but it's too 'right'
Asked
Active
Viewed 44 times
0
-
text-align https://stackoverflow.com/questions/1906469/align-right-in-a-table-cell-with-css – Deja Sep 07 '17 at 16:23
-
"It doesn't work": well, it does "work", it just isn't doing what you think. Most (almost all) CSS properties have corresponding Java properties they are setting, so you can check the [documentation](http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/Labeled.html#textAlignmentProperty) to see what the properties do. – James_D Sep 07 '17 at 16:39