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.
我有一个带有条形码的表单。每当我通过条形码阅读器阅读它时,它会在屏幕上的光标位置显示输出,而不是在 Swing Java 开发的表单的文本区域中显示它。我该怎么办?
两个选项,在扫描之前使表单域具有焦点...或捕获键盘事件并将它们定向到表单域。