posted 16 years ago
The easy way is have your TableModel return ImageIcon.class or Icon.class for that column. That will render the cell's value as an image.
Next, add a MouseListener to the entire table. Inside its methods, you can call the JTable's columnAtPoint and rowAtPoint methods to find out which cell was clicked. If the column matches then perform the action: