When I am trying to align fields vertically, they aren't behaving what I expected?(Blackberry JDE4.5.0 eclipse)
问题 I am using Eclipse & JDE 4.5.0 plug-in. How to align fields vertically. Can we align fields like LEFT_BOTTOM , RIGHT_BOTTOM , LEFT_VCENTER , RIGHT_VCENTER , CENTER (vertically & horizontally), BOTTOM_CENTER , etc...? 回答1: BlackBerry UI field managers are notoriously annoying when dealing with field alignment. Managers seem to ignore all style flags (like HCENTER , VCENTER , etc) so the only way you'll be able to do this is to override the sublayout method of your manager and do it yourself.