I want to create a hyperlink using lwuit and i want to show it on myForm Screen?when i click on the link,it should navigate to the link,i have tried this for LCDUI,I got the result,but i dont know ,how to do it using LWUIT?
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.
There is no specific control for hyperlink in lwuit. But, we can create hyperlink look using buttons.
To navigate to another link when click the button, write the navigating code in button’s action listener.