Nov 18, 2002 #1 nicka2 Programmer Nov 12, 2002 3 ES Hello! How to modify the size of imagen?? My code is: Image img1=Toolkit.getDefaultToolkit().getImage("logo1.gif" img1=img1.getScaledInstance(15,15,img1.SCALE_DEFAULT); But is wrong, the img1 doesn´t change.. Other way or possibility?? Thanksss
Hello! How to modify the size of imagen?? My code is: Image img1=Toolkit.getDefaultToolkit().getImage("logo1.gif" img1=img1.getScaledInstance(15,15,img1.SCALE_DEFAULT); But is wrong, the img1 doesn´t change.. Other way or possibility?? Thanksss