Event handler problem in JTable



Hi,

I am using an extension of the JTable (JXTable, from Sun's JDesktop
Network Components). I am able to use event handling in this class.
One of the columns within this table has cells containing a custom
JPanel with their own event handling capability. The only thing is
the event handling methods in the JPanels within the table cells are
not executed. For example, when clicking on the table cell, the event
picked up is a table event rather than the JPanel (cell) event.

Can anyone offer any advice on this?

Best wishes, mike
.