In a LWUIT form when I Command Listener and when I use Action Listener ,give me a example.In a lWUIT form how to go one from to another form when I click a Button.Please give me a code regarding this.
Share
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.
command Lister is default j2me library class while ActionListner is lwuit class,
i reccomend to use
ActionListnerexample
declare class as
see this example Introduction_to_Lightweight_User_Interface_Toolkit
EDIT