Getting active window information in Java allows me to check what an active window is.
What I need is to run thread in background and check if any new window appeared. How can this be done?
I need a method to get my thread notified that a new window appeared.