29902991299229932994299529962997299829993000
stateBar.setText( " 開始單集下載" ); Run singleRun = new Run( newArgs, RunModeEnum.DOWNLOAD_MODE ); singleRun.start(); try { singleRun.join(); } catch ( InterruptedException ex ) { Common.hadleErrorMessage( ex, "無法加入singleRun.join()" ); }