comment redimonsionner une ImageIcone ajoutée à un button
JButton button1 = new JButton( );
ImageIcon icon1 = new ImageIcon ("src/Images/settings.png");
button1.setIcon(icon1);