示例#1
0
 public void addColumn(String text, int type) {
   model.addColumn(text, type);
 }