The timers are independent of each other as long as you use different elements to put the count in. Just store the object references of the counters you create and call reset on whichever object/counter you want.E.g. if you have 3 counters store them as counterTop, counterBottom, CounterMiddle. To reset just call counter***.reset(); |