Ubah Ubah Ubah Ikon Gambar agar sesuai dengan Jlabel

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