-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the JGUII wiki!
JGUII (java graphical user interface interaction) is a java library which allows the developer to open, close and focus windows and produce dummy keyboard and mouse input in an X11 environment. Because of its design this can be accomplished using very simple code.
JGUII requires a config file in order to work. This file contains a list of all applications the developer wishes to manipulate and a list of points (for clicking) for each application. The [JGUII-Config-Generator] (https://github.com/jackoconnor/JGUII-Config-Generator) automates the process of creating said config files. How to use it is explained on its page.
The JGUII javadoc is located [here.] (http://jackoconnor.github.io/JGUII/)
The programmer's guide for developers who wish to use JGUII in their projects can be found [here.] (https://github.com/jackoconnor/JGUII/wiki/Programmer%27s-Guide)