static JButton setButtonImage(BufferedImage img, JButton btn) { btn.setIcon(imageIcon(img)); ret btn; }