Robot.createScreenCapture() performance
843807Jul 24 2008 — edited Aug 31 2008Hi, im capturing the screen using Robot class, but in linux the time to get the capture is really slow.
In Windows and Mac it takes less than 100 ms, but in linux is more than 1200 ms.
I would like avoid the use of native libraries, somebody knows if there is some solution to get it works better?
Thanks.