JButton establece fondo transparente

button.setOpaque(false);
button.setContentAreaFilled(false);
button.setBorderPainted(false);
Successful Spider