1 2 3 4 5 6 7 8 | public Counter(String prefix) { background = getImage(); // get image from class value = 0 ; target = 0 ; this .prefix = prefix; updateImage(); } |


1 2 3 4 5 6 7 8 | public Counter(String prefix) { background = getImage(); // get image from class value = 0 ; target = 0 ; this .prefix = prefix; updateImage(); } |