JTable table = new JTable(...){
public boolean isCellEditable(int row,int column){
return false;
}
};