iinegve / muCommander

muCommander fork
3 stars 5 forks source link

Substitute AsyncPanel to SwingWorker #21

Open iinegve opened 11 years ago

iinegve commented 11 years ago

AsyncPanel idea is to show clocks while something useful happening in background (in practice that is file loading only). SwingWorker is native mechanism to do the same. AsyncPanel by its nature implement such a mechanism, but in custom code. I'd like to eliminate such custom solution.