witmoca / BEATs

Burning Ember Archival Tool suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javax.swing.Timer used when not appropriate - Aggregate Issue

witmoca opened this issue · comments

The javax.swing.Timer is meant for updating UI components. It therefore executes on the EDT.
This should not be used to non-UI tasks. First discovered in issue #127.

Opened Issues for each individual mention:

Closing: commit not correctly linked - closed by 35eab00

Wrong issue closed

All issues resolved