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.
我已经厌倦了将焦点集中在 adempiere 中的文本框上。它不适合我。你能告诉我如何做到这一点吗?
如何将光标焦点设置到 adempiere 中的文本框。
如果你在Form中遇到这个问题,可以使用默认的java语句来设置光标焦点。那是
myComponent.grabFocus(); myComponent.requestFocus();//or inWindow
您能否简要解释一下确切的问题是什么?你需要标注吗?
我们需要修改Framework的核心类以改变Field focus的目的。