I want to place several LabelFields with right-aligned text on a MainScreen with an alice blue background. Unfortunately I can\'t seem to figure out how to make that happen
Use
new LabelField("",LabelField.USE_ALL_WIDTH | DrawStyle.RIGHT);
without overriding the paint method of the LabelField.