Single Core Posted July 13, 2014 Share Posted July 13, 2014 Is there a way to speed it up? Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 13, 2014 Share Posted July 13, 2014 You could send events manually. Link to comment Share on other sites More sharing options...
Single Core Posted July 13, 2014 Author Share Posted July 13, 2014 You could send events manually. I've tried using the robot class, didn't seem to be working ? Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 13, 2014 Share Posted July 13, 2014 (edited) I've tried using the robot class, didn't seem to be working ? The Robot class generates native events, so even if it did work you wouldn't want to be using it. The reason you're not seeing anything happen is because I guarantee that you have user input disabled. Every native event sent to the applet is first checked by the bot itself and only allowed through if user input is enabled, else it will just be consumed. Look at the BotKeyEvent class in the API, you should be sending those. Edited July 13, 2014 by Swizzbeat Link to comment Share on other sites More sharing options...