1
You can remove as the Renan spoke, but will be without the references of phocus to access the buttons with the tab and the space bar for example.
setFocusable(false);
1
1
You can remove as the Renan spoke, but will be without the references of phocus to access the buttons with the tab and the space bar for example.
setFocusable(false);
0
Define Component#setFocusable()
with false
causes this border around the text to be removed. In fact this is indicative that the component is in focus.
JButton foo = new JButton();
foo.setFocusable(false);
Browser other questions tagged java swing
You are not signed in. Login or sign up in order to post.