mmarquee.demo.EventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-automation Show documentation
Show all versions of ui-automation Show documentation
A Java library that wraps the MS UIAutomation library.
package mmarquee.demo;
/**
* Created by Mark Humphreys on 04/02/2017.
*/
public class EventHandler {
public static void main(String[] args) {
DemoEventHandler main = new DemoEventHandler();
main.run();
}
}