If I make button relatively small, it\'s caption turns to ellipsis.
How to turn off this feature?
in your label/button you can use the textOverrun property to turn off ellipsis.
textOverrun
textOverrun.set(OverrunStyle.CLIP);
this is probably a bit late for you, so i am putting it here for lone wanderers digging up this question.