How does one resize an image that will be placed in a JLabel?
ImageIcon icon = ImageIcon("img.gif");
JLabel label = new JLabel(icon);
How does one resize an image that will be placed in a JLabel?
ImageIcon icon = ImageIcon("img.gif");
JLabel label = new JLabel(icon);