'Threading mechanism for long process that updates different UI components
I have long process that do multiple non similar steps and at the end of each step it updates different UI component in the interface, I tried SwingWorker but the mechanism seems suitable for publishing similar repetitive results, with Thread and SwingUtilities it works but I want to know if there is any another threading mechanism that play well with EDT.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
