protected void runOneIteration() throws Exception {
APIStatusTableModel.this.states = APIStatusTableModel.this.gw2statsService.retrieveAPIStates();
APIStatusTableModel.this.fireTableDataChanged();
}
};
service.start();
}
public Comparator<?> getColumnComparator(int col) {
switch (col) {
case 3: