:-o wrote:
..
>Based on Events/conditions , I need to set the text in a JTable cell from
>default color (black) to background color (white) to "hide" the text.
You best bet is to implement your own
javax.swing.table.TableCellRenderer, but note
that it would probably be better to simply have
the returned component contain an empty String,
based on 'Evensts/Conditions' otherwise if the
user selects the cell/text, the text will become visible.

Signature
Andrew Thompson
http://www.athompson.info/andrew/