File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/com/glencoesoftware/bioformats2raw Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555
5656
5757 implementation ' org.openpnp:opencv:4.7.0-0'
58- implementation ' me.tongfei:progressbar:0.9.0 '
58+ implementation ' me.tongfei:progressbar:0.10.2 '
5959
6060 // https://github.com/junit-team/junit5-samples/blob/master/junit5-migration-gradle/build.gradle
6161 def junitVintageVersion = ' 5.7.0'
Original file line number Diff line number Diff line change 1010import me .tongfei .progressbar .DelegatingProgressBarConsumer ;
1111import me .tongfei .progressbar .ProgressBar ;
1212import me .tongfei .progressbar .ProgressBarBuilder ;
13+ import me .tongfei .progressbar .ProgressBarStyle ;
1314
1415import org .slf4j .Logger ;
1516import org .slf4j .LoggerFactory ;
@@ -52,6 +53,7 @@ public void notifySeriesEnd(int series) {
5253 @ Override
5354 public void notifyResolutionStart (int resolution , int chunkCount ) {
5455 ProgressBarBuilder builder = new ProgressBarBuilder ()
56+ .setStyle (ProgressBarStyle .ASCII )
5557 .setInitialMax (chunkCount )
5658 .setTaskName (String .format ("[%d/%d]" , currentSeries , resolution ));
5759
You can’t perform that action at this time.
0 commit comments