View Single Post
  #3 (permalink)  
Old 05-25-2009, 07:01 AM
ting.at.net@hotmail.com ting.at.net@hotmail.com is offline
Member
 
Join Date: Mar 2009
Posts: 2
Rep Power: 0
ting.at.net@hotmail.com is on a distinguished road
Default
public boolean isCellEditable() {
return true;
}

is defined in my TableModel class. So yes, or I think it is.
Reply With Quote