ImageIcon ii = (ImageIcon) jLabel.getIcon();

Image image = ii.getImage();

int width = ii.getIconWidth();

int height = ii.getIconHeight();

BufferedImage BI =

    new BufferedImage(width, height, BufferedImage.TYPE_INT_BGR);

BI.createGraphics().drawImage(image, 0, 0, this);

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 fabch2 的頭像
    fabch2

    小刻家

    fabch2 發表在 痞客邦 留言(0) 人氣()