EventCellTable is a simple stand-alone example of a JTable
that can display AWT/Swing Components in its cells, and
allows those components (and their contents) to receive
events.
This example uses ActionEvents. Other events can also
be used, although MouseEvent enter and exit events are
not always reliably generated.
|