Help with eliminating button interior border
Can someone please post an example that I could compile and run of code that would eliminate the interior border of a button. This is causing problems with cutting off text. I know that public void paintInterior(Graphics g) is needed but I don't know how to do it. Thanks in advance.

