Skip to content
Jack O'Connor edited this page Aug 26, 2014 · 3 revisions

Welcome to the JGUII wiki!

Overview

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.

Javadoc

The JGUII javadoc is located [here.] (http://jackoconnor.github.io/JGUII/)

Programmer's Guide

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)

Clone this wiki locally