mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Added several improvements XXII
This commit is contained in:
parent
ff1bc7edca
commit
19033db1aa
@ -205,9 +205,9 @@ public class TimeCalc {
|
|||||||
if(image != null) {
|
if(image != null) {
|
||||||
// toasterManager.setToasterWidth(600);
|
// toasterManager.setToasterWidth(600);
|
||||||
// toasterManager.setToasterHeight(400);
|
// toasterManager.setToasterHeight(400);
|
||||||
toasterManager.showToaster( new ImageIcon(image), "Progress: " + (formatter2.format(percent*100)) + "%" );
|
toasterManager.showToaster( new ImageIcon(image), "Progress: " + (percentInt) + "%" );
|
||||||
} else {
|
} else {
|
||||||
toasterManager.showToaster( "Progress: " + (formatter2.format(percent*100)) + "%" );
|
toasterManager.showToaster( "Progress: " + (percentInt) + "%" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user