These are 6 Dashboard Buttons: Which needs to be Horizontally Centered

![\[1\]: https://i.stack.imgur.com/jg6q8.png][1]
The current Code is Like:
DashboardButtons = new VerticalFieldManager(Field.USE_ALL_WIDTH
| VerticalFieldManager.FIELD_HCENTER));
ButtonRow1 = new HorizontalFieldManager(Field.USE_ALL_WIDTH
| HorizontalFieldManager.FIELD_HCENTER);
ButtonRow2 = new HorizontalFieldManager(Field.USE_ALL_WIDTH
| HorizontalFieldManager.FIELD_HCENTER);
And the Fields are defined like :
b1 = new Field(Field.FOCUSABLE|FIELD_HCENTER)
And inside the fields I have added the Button images.
The icon at the top (got centered) is added directly inside a VerticalFieldManager defined with Field.USE_ALL_WIDTH| VerticalFieldManager.FIELD_HCENTER` And the icon field with FIELD_HCENTER
I am giving you a sample code according to that you can modify:
Below is the sample code:
I got like this below Image: