Any way to add a tooltip to a JList (list box) item?
Printable View
Any way to add a tooltip to a JList (list box) item?
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.