Icon TaskBar « JList « Java Swing Q&A





1. Clickable icons in a JPanel \ JList    java-forums.org

Hi guys, the thing is that now I have a JList in my main application window with a list of stuff (like glasses, keys, cards, etc), just the names. Now, I need to replace the names with the images of the stuff, and the images still have to be clickable. I don't know if it is solvable in the JList or ...