Click here to Skip to main content
15,889,811 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I am narasimha.
I have a doubt while using mouse.
When we place mouse cursor on an icon/application/anything, cursor shows some details in a dialog box.
Here comes my doubt what that property is called?
How to write program for that in java or c/cpp language?

I am waiting for your reply.

Thank you.
Posted
Updated 26-Dec-10 4:27am
v2
Comments
JF2015 26-Dec-10 10:27am    
Edited to improve spelling and grammar.

It's called a tooltip, and its presence for a given language is based more on your chosen framework that the chosen language. Implementation is language specific. I suggest you google "java create tooltips" or "C++ create tooltips", and see what's returned.

 
Share this answer
 
v2
We called it tooltip. :)

You can find article on tooltip here

http://download.oracle.com/javase/tutorial/uiswing/components/tooltip.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900