2
I think the question already describes it all: Which method can I use so that the edges of my JButton
are transparent (not shown) in Java?
2
I think the question already describes it all: Which method can I use so that the edges of my JButton
are transparent (not shown) in Java?
3
seuJButton.setBorder(null);
seuJButton.setContentAreaFilled(false);
Browser other questions tagged java swing gui
You are not signed in. Login or sign up in order to post.