Changes between Initial Version and Version 1 of Ticket #9634, comment 12
- Timestamp:
- 2014-04-13T18:31:49+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9634, comment 12
initial v1 1 Then you probably know more about threads than me. Just take care that GUI stuff (like changing the selection) is done in event dispatch thread (EDT). I only noticed because there were some warnings on the command line.1 Then you probably know more about threads than me. Just take care that GUI stuff (like changing the selection) is done in event dispatch thread (EDT). (And everything that takes a long time, like download, must not be done in EDT, otherwise the program will freeze.) I only noticed because there were some warnings on the command line.