I am writing a prg which take a value from user and check weather its present in table or not....
table.getValueAt(i,j).toString().toLowerCase() == searchfield.getText().toLowerCase();
Well if yes then make that cell red...
What to write to make cell red?