📅  最后修改于: 2022-03-11 14:52:05.208000             🧑  作者: Mango
ImageIcon imageIcon = new ImageIcon(new ImageIcon("icon.png").getImage().getScaledInstance(20, 20, Image.SCALE_DEFAULT));
label.setIcon(imageIcon);