Hi sandhya,
to make few rows editable u need to override boolean isCellEditable(int row,int column) method of JTable class.
actually whenever you try to edit some cell then the method isCellEditable() is fired for that row,col pair. so u can override this method to return true/false depending on whatever conditions u have.
hope that was clear.
regards
deekasha
regards
deekasha