标签: java swing resize jlabel java-2d
如何调整将放置在JLabel中的图像?
ImageIcon icon = ImageIcon("img.gif"); JLabel label = new JLabel(icon);