/windowlib

Java bindings to Windows window APIs

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

windowlib

java.awt.Robot allows Java programs to simulate mouse clicks and keypresses, but doesn't help in finding where windows are or if they're minimized etc., unless you're willing to do image recognition on screen captures.

windowlib aims to provide these missing features.

Dependencies

BridJ

Building

ant fetch; ant jar

License

GPLv3+.