JTable with icons

Hello,I'm looking for any example which is going to help to insert an icon orand image to the JTable cell.All examples on the forum either have a bug or something else.Thank you.
[214 byte] By [TR1] at [2007-9-30 23:15:39]
# 1

I have not done it But ...

http://java.sun.com/docs/books/tutorial/uiswing/components/table.html

States that an ImageIcon or Icon ? is rendered by a centered label. (default render)

So load the image to an imageIcon and put it in the data structure.

Searches find these - Looking quickly I see people seem to think it works.

http://search.sun.com/search/developers/index.jsp?and=imageicon+jtable+cell&nh=10&phr=&qt=&not=&field=&since=&col=devforums&rf=0&Search.x=21&Search.y=9

http://forum.java.sun.com/thread.jspa?forumID=257&threadID=112774

rykk

rykk. at 2007-7-7 13:48:05 > top of Java-index,Security,Event Handling...