Bonjour,
j'aimerai redimensionner une icône pour qu'elle soit plus petite. Cependant, elle devient très moche. Comment faire pour qu'elle reste belle?
Voici mon code :
ImageIcon tmp=new ImageIcon("C:\\workspace\\instrumesure\\icon\\ok.png");
ImageIcon icon = new ImageIcon(tmp.getImage().getScaledInstance(16, 16, Image.SCALE_DEFAULT));
this.validate=new JButton(icon);