Click to See Complete Forum and Search --> : List Item Tooltip?


daileyps
September 19th, 2000, 03:06 PM
Any way to add a tooltip to a JList (list box) item?

mjpell
September 20th, 2000, 07:41 AM
I'm pretty sure you should be able to do this.

Try this http://codeguru.earthweb.com/java/articles/195.shtml

Also, I do this in a JTree. I think your solution would be similar. Find the thread titled "TreeCellRenderer Doubt" in this forum.

Let me know if you still need help.