Browse Source

update

master
Fangjie Hu 8 years ago
parent
commit
b5502d16c1
  1. 3
      designer_base/src/com/fr/design/extra/plugindependence/DownLoadDependenceUI.java

3
designer_base/src/com/fr/design/extra/plugindependence/DownLoadDependenceUI.java

@ -207,8 +207,7 @@ public class DownLoadDependenceUI implements ActionListener {
int value = progressbar.getValue();
if (value < totalSize) {
progressbar.setValue(totalBytesRead);
}
else {
} else {
timer.stop();
frame.dispose();
}

Loading…
Cancel
Save