I need to check if an external window (another java program, but not controlled by the program that I\'m working on) is open using the title, and if it open, then either max
Java has no API for this, so you have to use JNI. See eznme's answer for details.