tags:

views:

25

answers:

0

Hi,I am developing my custom EditField and i want to know how to create spacing in EditField

I determined the width of EditField using

width=this.getFont().getAdvance("000");

Since i require the entry of 3 digits,but i require some spacing in the front and back of my editfield and how to get spacing.Is there any option to do this?

Or else i have to develop the editField using Manager.

Regards Rakesh Shankar.P