Balloon ToolTip in JTable or in any Swing Component
843806Feb 23 2009 — edited Feb 23 2009I want to know is there any way to display Baloon Tooltip in swing components ?
I want to display Ballon Tool Tip in JTable Cell for Validation purpose ,suppose i want to show message when my cell
value doesnt lies between min & max values (business logic) then show Message in Ballon Tooltip instead of JOption pane. Similar feature like windows gives when CAPSLOCK is on on password field.
Baloon Tooltip is achievable in SWT components but what about Swing ?
I think SUN should think about this, its really very helpful, as showing JOption Pane reccursively may irritate user