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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.