JDK-8101091 : It would be very useful to have class like awt.Robot written without AWT
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: fx2.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2011-08-21
  • Updated: 2015-06-16
  • Resolved: 2011-08-22
Related Reports
Relates :  
Description
Many useful subjects as automatic testing, self-running demos and game bots:)  need such functionality.

It looks hardly inelegant and solidless to use awt.Robot with modern and shiny FX apis.

Please, consider this feature.
Comments
Thanks!
22-08-2011

Glass provides Robot functionality for ages by now. See com.sun.glass.ui.Robot class. If you need a higher level (public) API, please file an RFE against Graphics (or any other relevant) component.
22-08-2011