Image img = icon.getImage() ; Image newimg = img.getScaledInstance( NEW_WIDTH, NEW_HEIGHT, java.awt.Image.SCALE_SMOOTH ) ; icon = new ImageIcon( newimg );
来自http://www.preranch.com/t/331731/GUI/java/Resize-
ImageIcon

Image img = icon.getImage() ; Image newimg = img.getScaledInstance( NEW_WIDTH, NEW_HEIGHT, java.awt.Image.SCALE_SMOOTH ) ; icon = new ImageIcon( newimg );
来自http://www.preranch.com/t/331731/GUI/java/Resize-
ImageIcon