Hi just a quick question. I want to remove the ugly grey border the JButtons create.
http://gyazo.com/e9f57308190e1b6d49ac7b300fce2a4b
setBackground(null);
.setOpaque(false);
.setBorderPainted(false);
none of these work, im sure it's a one liner, any help appricated.