How do I make a tooltip of a toolbar button (which is based on the same Action
as a menu item) show the accelerator at the right?
views:
35answers:
2
A:
You can use HTML in your tool tip, like this:
setToolTipText("<html><u>" + acceleratorKey + "</u></html>");
Catalina Island
2010-08-26 13:47:55
Hi Santhosh, thanks -- for the answer and your excellent blog.
mklhmnn
2010-08-31 06:58:24