Event Handling in JTable Custom Cell Renderer
843804Sep 3 2002 — edited Jan 14 2005I have a JLabel as a custom cell Renderer for a column. I want to handle mouse click event for the JLabel rendered in the cell.
I tried adding the listener for the label in the custom cell renderer but it is not working. Any ideas how to handle this problem??
Thanks
S.Anand