()
| 64 | |
| 65 | |
| 66 | protected void initLocalData(){ |
| 67 | docTableModel = new DocumentTableModel(); |
| 68 | try { |
| 69 | documentsLoadedCount = Gate.getCreoleRegister() |
| 70 | .getAllInstances("gate.Document").size(); |
| 71 | } catch (GateException exception) { |
| 72 | exception.printStackTrace(); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | protected void initGuiComponents(){ |
| 77 | setLayout(new BorderLayout()); |
no test coverage detected