Mit einem ImageIcon.
ImageIcon icon = new ImageIcon("icon.png"); JButton button = new JButton("Klick mich", icon);