Skip to content

Commit 22a591c

Browse files
authored
Update TableModel.java
1 parent e59771c commit 22a591c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mainUI/uicomponent/TableModel.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
/**
66
*@author ckw
7-
*@version time:2017年7月14日 下午6:33:27
7+
*@version time:2017年7月14日 下午6:33:27
88
*/
99

1010
public class TableModel extends DefaultTableModel
1111
{
1212

13-
// 禁止标记表格
13+
// 禁止编辑表格
1414
@Override
1515
public boolean isCellEditable(int row, int column)
1616
{
1717
return false;
1818
}
1919

20-
}
20+
}

0 commit comments

Comments
 (0)