0

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)?

Kalai Selvan Ravi
  • 2,846
  • 2
  • 16
  • 28
user1520655
  • 95
  • 1
  • 5

1 Answers1

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