Redimensionner un jpg

Redimensionner un jpg - Java - Programmation

Marsh Posté le 22-07-2005 à 12:05:32    

voila je travail avec la classe swing et j'aimerai pouvoir afficher un jpg ds un JLabel avec une Image Icon
 

Citation :


 
 
imagesARanger = new JLabel();
table=new ImageIcon(leDossier+"/"+fichier);
imagesARanger.setIcon(table);
 
tout.add(imagesARanger);
 

 
 
mais je n'arrive pas a redimensionner mon ImageIcon g essayer un SetPreferencedSize(new Dimension) sur le Jlabel ca marche mais l'image n'est pas entiere par contre sur l imageIcon non... qqun a une idée?


---------------
yop yop
Reply

Marsh Posté le 22-07-2005 à 12:05:32   

Reply

Marsh Posté le 25-07-2005 à 10:50:00    

mer. je lavais deja vu mais g pas de buffered image g donc utilisé:
 
getScaledInstance


---------------
yop yop
Reply

Marsh Posté le 25-07-2005 à 11:59:11    


Oui, moi aussi j'utilise :

Code :
  1. new ImageIcon(Toolkit.getDefaultToolkit().getImage(path).getScaledInstance(MA_TAILLE_ICONE,MA_TAILLE_ICONE,Image.SCALE_DEFAULT));


Je ne sais pas s'il y a plus simple.
 
Nicolas

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed