How to remove the expand effect on button clicked JavaFX?
问题 How can I remove the small expand effect when I click on a JavaFX button? And also how can I make it work like an menu button (when I press it to remain in focused state untill I press another "menu" button). Is there a way to group nodes into the same focus? 回答1: Three questions for the price of one ;-) How can I remove the small expand effect when I click on a JavaFX button? When you click the button it has focus, when it has focus, it is surrounded by the focus ring, which makes it