I think the question already describes everything: What method can I use to make the borders of my JButton
transparent (not appear) in Java?
I think the question already describes everything: What method can I use to make the borders of my JButton
transparent (not appear) in Java?
seuJButton.setBorder(null);
seuJButton.setContentAreaFilled(false);