Adicionar imagem no JButton

buttonB.setIcon(new ImageIcon(this.getClass().getResource("imagename")));
Selfish Spider