English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

can anyone help me in creating a java program for resizing an image using awt controls.

2007-03-22 19:10:33 · 1 answers · asked by rejin reeza 3 in Computers & Internet Programming & Design

1 answers

Load the image with java.awt.Toolkit, create a new BufferedImage with the size you want and draw the image, scaled, onto the new image's graphics context (or use an affine transform). I think you can do that... I haven't done any java gui work for about a year now.

2007-03-22 19:24:47 · answer #1 · answered by undercoloteal 3 · 0 0

fedest.com, questions and answers