I have a J2ME Application in which i have four image buttons.While Focus on Each Image Button i want to show what does this image means.So,how to use concept of Tooltip in LWUIT(J2ME)?
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.
You can have a label to which you set the text on focus events. Generally tooltips are a desktop concept and not a mobile concept. Furthermore focus events don’t make much sense on a touch based device so you would be hardcoding your application to feature phones and old blackberries.