I don\'t know how to explain better. I have this timer, and after it finish counting it should call another class (popup) and after that other function in the same class where t
I found my error. I called my counter twice. Here:
nextQuestion(); brojacVremena.start();
and below in the very same nextQuestion method:
public void nextQuestion() { brojacVremena.start(); . . .
I don't know how that happened.