Get downloaders working from mobile game

This commit is contained in:
drdev
2014-05-29 03:14:39 +00:00
parent 7021873675
commit e3c98c3782
5 changed files with 117 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ public abstract class GuiDownloadService implements Runnable {
//for(Entry<String, String> kv : cards.entrySet()) System.out.printf("Will get %s from %s%n", kv.getKey(), kv.getValue());
btnStart.setCommand(cmdStartDownload);
}
btnStart.setVisible(true);
btnStart.setEnabled(true);
FThreads.invokeInEdtLater(new Runnable() {
@Override