Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下简单的 Java Swing 应用程序:
我的按钮“新按钮”默认标记/聚焦,但我想更改/删除该默认标记。
我怎么做?
我想更改/删除该默认标记。
可以通过以下方式更改此属性
JButton#setFocusPainted(boolean b)
JButton#setFocusable(布尔可聚焦)