Disable JButton focus border September 14, 2023 by Tarik That is not border. It’s focus. You can remove it using: jButton1.setFocusPainted(false);