Image[] im=new ImageIcon("").getImage();

解决方案 »

  1.   

    BufferedImage中的方法public int[] getRGB(int startX,
                               int startY,
                               int w,
                               int h,
                               int[] rgbArray,
                               int offset,
                               int scansize)