take list updating out of loop

This commit is contained in:
Zlatin Balevsky
2019-11-08 18:40:59 +00:00
parent 5703b85386
commit 449f46c62b

View File

@@ -117,9 +117,9 @@ class SearchTabModel {
bucket << it
senderBucket << it
}
results2.clear()
results2.addAll(hashBucket.keySet())
}
JTable table = builder.getVariable("senders-table")
table.model.fireTableDataChanged()
table = builder.getVariable("results-table2")