Duplicate :
|
Every java.awt.Robot object register a RobotDisposer which are responsible to delete the native data of the robot. But there is no native data on linux/mac, so RobotDisposer is a noop on these platforms, and on windows this data can be eliminated.
|