Tim
1
Q:

resize image icon to fit jlabel

ImageIcon imageIcon = new ImageIcon(new ImageIcon("icon.png").getImage().getScaledInstance(20, 20, Image.SCALE_DEFAULT));
label.setIcon(imageIcon);
0

Tags

New to Communities?

Join the community