📄 e607. preventing a component from gaining the focus.txt
字号:
When setFocusable() is called, the user will not be able to give the component the focus (by clicking on it or through focus traversal), nor be able to acquire the focus.
component.setFocusable(false);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -