示例#1
0
 @Override
 public int getColumnCount() {
   return (model != null) ? model.getColumnCount() : 0;
 }