fix up the error table a little more

This commit is contained in:
Ben Fry
2015-08-22 16:13:24 -04:00
parent bc29c89564
commit 00dbc293c3
3 changed files with 77 additions and 22 deletions

View File

@@ -194,7 +194,7 @@ public class JavaEditor extends Editor {
@Override
public EditorFooter createFooter() {
EditorFooter footer = super.createFooter();
addErrorTable();
addErrorTable(footer);
return footer;
}

View File

@@ -956,6 +956,7 @@ public class ErrorCheckerService implements Runnable {
// }
}
// table.updateColumns();
// DefaultTableModel tm =
// new DefaultTableModel(errorData, XQErrorTable.columnNames);