List of utility methods to do Image Stretch
ImageIcon | stretchImage(ImageIcon image, int width, int height, ImageObserver imageObserver) stretch Image return stretchImage(image.getImage(), width, height, imageObserver);
|
ImageIcon | stretchImage(ImageIcon image, int width, int height, ImageObserver imageObserver) stretch Image return stretchImage(image.getImage(), width, height, imageObserver);
|