What happens with this sequence: int newVal = ... image.setRGB(x, y, newVal); int newVal2 = image.getRGB(x,y); System.out.println ...
確定! 回上一頁