I want to know if I can get print from a program running in the background
I currently use the command:
try {
Robot robot = new Robot();
BufferedImage bi=robot.createScreenCapture(new Rectangle(valor3,valor4,189,24));
ImageIO.write(bi, "jpg",...
asked by
16.05.2017 / 19:37