Download Latest Version Advanced System Activities-v3.1 (405.9 kB)
Email in envelope

Get an email when there's a new version of Advanced System Activities

Home
Name Modified Size InfoDownloads / Week
javax.system.collectionv3.1.jar 2014-03-09 405.9 kB
javax.system.collectionv3.jar 2013-03-12 7.2 kB
README.txt 2013-03-12 758 Bytes
javax.system.collectionv2.jar 2013-03-06 6.8 kB
javadoc.zip 2013-03-06 73.8 kB
javax.system.collectionv1.jar 2013-03-05 6.0 kB
javax.system.collection.jar 2013-03-05 6.0 kB
Totals: 7 Items   506.5 kB 0
Using this api you can get easy control over mouse (mouse click, mouse move, mouse scroll), keyboard(key press, key release, key enter), screen (screen capture) etc...
Here is an example
try {
    SystemCollection instance = SystemUnit.getInstance();
    Mouse mouse=instance;
    Keyboard keyboard=instance;
    Screen screen=instance;
    mouse.rightClick();
    mouse.moveCursor(25, 25);
    mouse.leftClick();

} catch (SystemUnitException e) {
    e.printStackTrace();
}
Its full documentation is available on http://javaapidoc.appspot.com/index.html
If you want us to add some addition features please contact us in visruthcv.appspot.com
This api is created by Visruth CV.
For more api development and support (TC apply) please contact.
Copyright@2013
Source: README.txt, updated 2013-03-12