private void initTable() {
   String[] fieldNames = annotator.getFieldNames();
   this.initTable(fieldNames);
 }