Reduce space between 2 buttons in HorizontalFieldManager in BlackBerry
问题 In Blackberry I have created a horizontal field manager and added some buttons of small size to it to display toolbar at the bottom of the screen. But my problem is there is too much space between the 2 buttons. I have to reduce this space between 2 buttons so that I can manage to place at least 6 buttons at the bottom of the screen. I am using the BFmsg.setMargin(305,0,0,40) statement. Following is my code : BFcontacts = new ButtonField("Cnt") { protected void paint(Graphics graphics) { /