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);

創作者介紹
創作者 小刻家 的頭像
fabch2

小刻家

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