|
JTable with Font
HI ,
I have a JTable with data. and i would like to apply Color to JTable data for a particular row depending on condition.
eg;'
String data = table.getValueAt(row,column).toString();
if(data.eqauls("something"))
Then i would like to apply color to that row data..
pls send me the reply..
Thanks in advance
ramu
|