예제 #1
0
 private Object cellValue(int rowIndex, Column column) {
   return model.getValueAt(rowIndex, column.ordinal());
 }