ho-dev / HattrickOrganizer

Assistant for Hattrick online football manager
https://ho-dev.github.io/HattrickOrganizer/
GNU Lesser General Public License v3.0
193 stars 78 forks source link

Use SwingWorker to properly fix hanging UI. #2057

Closed tychobrailleur closed 5 months ago

tychobrailleur commented 5 months ago

Finally fix properly the hanging Swing UI when downloading the matches in the Team Analyzer tab.

  1. changes proposed in this pull request:

cf. above

  1. src/main/resources/release_notes.md ...

    • [ ] has been updated
    • [x] does not require update
  2. [Optional] suggested person to review this PR @wsbrenk

wsbrenk commented 5 months ago

@tychobrailleur Should this request replace #2056? If so, please change the target branch: Not master, but release/8. And please pick the changes of the release notes (translation support).

tychobrailleur commented 5 months ago

No, it completes your PR in #2056 , but your PR is still the main fix for this issue.

tychobrailleur commented 5 months ago

Point taken for the target branch, though!