// add again some columns
btab.addColumn(floats);
btab.addColumn(vf);
btab.addColumn(strings);
btab.addColumn(vbool);
btab.addColumn(ints);
// add 50 rows..
for (int i = 0; i < 50; i += 1) {
Object[] row = btab.getRow(i);
// test that we really have 10 cols