In my application I have to add TextField,Label and Button in the Tab View of the Canvas Class.
How can I add LWUIT components into Canvas Class?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that you can solve this building the
Formin this way.It seems that you want to have a TabView on the top of your
Form.To do that, you can use aFormwith aBorderLayoutand put theLabel,TextFieldand theButtoninside aContainerand set thisContainerto theNORTHposition of theBorderLayout. It will be close to be aTabView