Well i don't think it's possible to do this in List of awt. But if you would want to implement this in JList it's possible. JList allows you to use ListRenderer which you can supply a component of your type to be used inside a list. Say a label. You can set images on label by specifying setIcon() method and image you'd like to view. I don't know about though in awt.