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)?
Asked
Active
Viewed 167 times
0
-
Can anyone answer to this query? – user1520655 Oct 23 '12 at 11:17
1 Answers
0
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.

Shai Almog
- 51,749
- 5
- 35
- 65
-
Shai:Thanks alot for your help but problem is already solved and i did the same what you have mentioned.thanks for your reply. – user1520655 Nov 16 '12 at 07:29