示例#1
0
 public void deleteColumns(int column, int count, int attributes) {
   for (int i = 0; i < height; i++) {
     deleteChars(column, i, count, attributes);
   }
 }