LWUIT -- alinening textarea and button to the center of the device screen using lwuit
hi ,
hello every on i want to alinening textarea and button to the center of the device screen using lwuit....just like we see google i used cooridanate layout by getting the display length and height but it doesnt suit the same for every device could some one provide a simple code to align these things to center....
regards rahul.
Re: LWUIT -- alinening textarea and button to the center of the device screen using l
Check out this link - [url]http://stackoverflow.com/questions/7358553/how-to-place-the-textarea-text-in-its-center[/url]
Re: LWUIT -- alinening textarea and button to the center of the device screen using l
hi,
thankyou very much but it looks lil complicated so my self found some solution by using border layout and two forms and a method setAbsoluteCenter(true); ...
regards rahul