java-progressbar icon indicating copy to clipboard operation
java-progressbar copied to clipboard

ProgressBar

Results 1 java-progressbar issues
Sort by recently updated
recently updated
newest added

The `PercentageReplacer` executes return String.format("%6.2f", progress.getPercentage() * 100); I'am using german locale on my machine, and in german we use a comma instead of a point as decimal separator (unfortunately...