Making the RichTextField Horizontally Centered in Blackberry
问题 My current Mainscreen looks like : The current code for each line of display is like: RichTextField WeFix1 = new RichTextField("• Computer & Laptop", RichTextField.TEXT_JUSTIFY_HCENTER); VFMTitle1 = new VerticalFieldManager(Field.USE_ALL_WIDTH| Field.NON_FOCUSABLE); HFMTitle1 = new HorizontalFieldManager(FIELD_HCENTER); HFMTitle1.add(WeFix1); VFMTitle1.add(HFMTitle1); add(VFMTitle21); But need to it be positioned in a straight line : 回答1: There are many possibilities. You can adjust the