View Single Post
  #1 (permalink)  
Old 12-10-2007, 03:34 PM
Rama Koti Reddy Rama Koti Reddy is offline
Member
 
Join Date: Dec 2007
Posts: 4
Rama Koti Reddy is on a distinguished road
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
Reply With Quote
Sponsored Links