|
Java™ by example!
|
|
|
How do I show a tooltip on a individual items of JList?
Override the JList method getToolTipText, determine the particular JList item the mouse is pointed on and show the appropriate text. Here's an example:
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|