static ImageIcon resizeImageIcon(ImageIcon icon, int newW) { int newH = iround(img.getHeight(null)*(double) newW/img.getWidth(null)); ret imageIcon(resizeImage_raw(icon.getImage(), newW, newH, Image.SCALE_DEFAULT)); }