2023年7月19日17:12:22
parent
886c08ae1a
commit
080100a311
|
|
@ -131,17 +131,15 @@ public class BatchUpdateFileNameController {
|
|||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
stringBuilder.append("文件夹数:").append(dirCount);
|
||||
stringBuilder.append(System.lineSeparator());
|
||||
stringBuilder.append("文件数:").append(fileCount);
|
||||
stringBuilder.append(System.lineSeparator());
|
||||
Platform.runLater(()->{
|
||||
result_show.setText(stringBuilder.toString());
|
||||
});
|
||||
}).start();
|
||||
|
||||
|
||||
stringBuilder.append("文件夹数:").append(dirCount);
|
||||
stringBuilder.append(System.lineSeparator());
|
||||
stringBuilder.append("文件数:").append(fileCount);
|
||||
stringBuilder.append(System.lineSeparator());
|
||||
|
||||
Platform.runLater(()->{
|
||||
result_show.setText(stringBuilder.toString());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue