-3
私はこのスクリーンショットを撮るためのコードを持っています。 1秒ごとにスクリーンショットを取得してバッファリングするにはどうすればよいですか?Javaで頻繁にスクリーンショットを撮る
{
BufferedImage image = robot.createScreenCapture(rectangle);
search: for(int x = 0; x < rectangle.getWidth(); x++)
{
for(int y = 0; y < rectangle.getHeight(); y++)
{
}
}
}