2
0
Fork 0

[svn r269] removed some small bugs, for empty annotations collumns

This commit is contained in:
willemc 2007-08-08 21:02:56 +02:00
parent 8439348458
commit b1f6e870a3
5 changed files with 41 additions and 9 deletions

View file

@ -104,6 +104,10 @@ public class TestTable {
column = new VascAnnotationTableColumn("description");
table.addTableColumns(column);
column = new VascAnnotationTableColumn("testModel");
//column.setColumnEditor(columnEditor);
table.addTableColumns(column);
return table;
}