problems with terminating certain execution
Hi,
I'm coding a domino game. every time i choose the "new game" menu, the game should restart.
the problem is that the execution of the last game doesn't stop running after clicking the "new game" menu. altho user interface is fine(dominoes get shuffled and dealed again), but there are actually two games running in the Runtime Environment simultaneously.
the excution is an instance of Class timer, so I guess it won't terminate untill it finds a winner or stalemate.
anyone can help?
thanks

