04-06-2011 03:21 AM
Hi,
I m trying to put my app's tilte in the center of the screen. Can any one have any suggestion for this????
Thanks,
mohit
Solved! Go to Solution.
04-06-2011 03:23 AM
Try this:
setTitle(new LabelField("YourTitle", Field.FIELD_HCENTER | Field.NON_FOCUSABLE));
button to give kudos if I helped you