|
Java™ by example!
|
|
|
How do I show a different tooltip for every item in a JComboBox?
Modify the behavior of the ListRenderer such that it includes the currently selected JComboBox item in determining the tooltip text. Here's an example:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|