freezing the application during data loading
Closed this issue · 1 comments
zhouji2013 commented
The current implementation chose to freeze the application during potentially long data loading. This is problematic. Instead, it should disable certain part of functionality - even more parts than strictly necessary is OK - and leave the application responsive.
UploadDataUI.java
zhouji2013 commented
A relatively large refactoring is done for UploadDataUI.java, which covers many code problems beyond this issue.