I have a basic user manage JavaFX application with menu items. I am trying to implement a timeout if the app is idle.I am using pauseTransition for the timer, but i get multiple dialogues to alert the user. How can i make it one timer for the whole application?