Searched refs:shotIndex (Results 1 – 1 of 1) sorted by relevance
32 private int shotIndex = 0; field in ScreenshotAppState82 shotIndex++; in postFrame()88 ImageIO.write(awtImage, "png", new File(appName + shotIndex + ".png")); in postFrame()