you can get the model out of the JTable and there is a method on it called isCellEditable(int row, int index) just pass int eh coordinates you want to test and it will return true or false....