I have a JavaFX interface with some multi-line text labels which are right justified using the usual settings.
What's bothering me is that the right justification is line breaking after a space instead of what I thought would be the normal of breaking at the end of the final character of the first line, which gives it a ragged right edge.
Just checked and I'm not mad, in Excel for example it breaks where I would expect and gives a clean right edge.
So... assuming this is a bug or lack of attention to detail by the JavaFX team, is there anything I can override in Label to fix this problem ??
The first image is the JavaFX version, second Excel.