Just a simple question. A border appears around my JButton Icon (not around the actual JButton, I used setBorderPainted(false) for that). Is there anybody who knows how to get rid of that? thanx Andreas
I assume you're probably referring to the focus border that's painted when the button has focus. To get rid of it just call setFocusPainted( false ) Jeff