I need a way to draw attention to particular cells in a large JTable (20x16!), and I want to know what it would take for the text to blink, e.g. 900msec on and 100msec off.
(I'm familiar with the concept of a TableCellRenderer
)
Is there a way to do this just for the cells in question, without causing all the cells to redraw?