Is there anyway i can check to see if the cells in a JTable are editable? If i pull up a JTable loaded with data in it's colums i can manually click on a cell and retype new values into the cell, tab off to another cell then go back and edit again. Point is that it's always editable. Now when i hook a table up to a backend as soon an the data changes in the table it becomes non-editable. Any reason for this?