(long window)
| 1000 | return screenshotter; |
| 1001 | } |
| 1002 | |
| 1003 | String base = System.getProperty("user.home") + File.separatorChar + "field_screenshots" + File.separatorChar; |
| 1004 | |
| 1005 | int x = 1; |
| 1006 | while (new File(base + Saver.pad(x)).exists()) x++; |
| 1007 | |
| 1008 | File prefix = new File(base + Saver.pad(x)); |