Advertisement
CubeWorld

Untitled

Jun 6th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. image = new BufferedImage(new Robot()
  2. .createScreenCapture(area.areaRect));
  3. String current = read.settings("path") + "/"
  4. + dateFormat.format(date) + "."
  5. + read.settings("ext");
  6.  
  7. ImageIO.write(image, read.settings("ext"),
  8. new File(current));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement