今日、notch が HerpFortress という 2D ゲームを作成しているビデオを見ていたら、説明できないエラーが表示されました ( http://pt.twitch.tv/notch/b/309642636 (0:42:44) ) ,そして私は彼のコードに従っていましたが、この行でエラーが発生しました...
img.getRGB(x * sw, y * sh, sw, sh, result [x][y].pixels, 0, sw);
エラーは、
The method getRGB(int, int, int, int, int[], int, int) in the type BufferedImage is not applicable for the arguments (int, int, int, int, int, int, int)
ヘルプ ?