Hey,
so, I'm trying to make a notifier for my app. It should popup the main GUI on screen(on top) when some time is reached. I know that I have to use a timer for that, but how can I display my swing gui on top when time is reached?
gui.setVisibilite(true);?????

