Good day. I would like to know how to code for 3 fileds in 1 row.
For example: dd(day)/mm(month)/yyyy(year)
^ ^ ^
1st field /2nd field/ 3rd field =in 1 row
So, mind to tell me how to code it? thanks a lot
KEN
Good day. I would like to know how to code for 3 fileds in 1 row.
For example: dd(day)/mm(month)/yyyy(year)
^ ^ ^
1st field /2nd field/ 3rd field =in 1 row
So, mind to tell me how to code it? thanks a lot
KEN
u can use three text fields for the dd/mm/yy and code accordingly..if i missed the point do let me know..
ciao
Yes, i am using 3 text field now, but unable to put it into 1 row. What do u think?
However, thanks a lot.
Warm Regards
KEN
when u say one row..do u mean in the database or on the display u want it to appear in one row..??
ciao
Yes, appear to be in one row.
For example:
dd/mm/yyyy
dd is one file, mm is one field and yyyy is another field.
all is place in only 1 row.
In adddition, is it possible to request focus on specific field?
For example:
by default the blinking is in the 2nd field. Mean i wanna set the clinking point to the 2nd filed instead of the 1st field.
Thanks
Warm Regards
KEN
yes u can do it..what u need to do is specify the size of the text using setPreferredSize(int width,int height) also u can setfocus on the field u want.
ciao