tadpole
tadpole

Reputation: 1219

what is the name this java widget?

I am trying to find the java class name for this widget. It looks like a bubble pop up when the user hovers the mouse on an item. This widget is normally used to display a short description about the item. You would often see this on the toolbar button when the mouse is on the button. If anyone has used Qt, it would be similar to the QWhatsThis widget. Is there an equivalent widget in java ?

Upvotes: 1

Views: 82

Answers (1)

Rob Hruska
Rob Hruska

Reputation: 120456

It is probably a Tool Tip, though it's difficult to say without seeing a screenshot.

Upvotes: 5

Related Questions