使用扫描仪的Swing应用程序条形码阅读器

时间:2017-01-02 10:55:12

标签: java swing barcode

我正在制作一个java dektop应用程序,我需要从物理产品中读取一些条形码并在jtextfield中设置。 我找到了一个参考但不是代码。

参考链接为:https://youtu.be/AJS_kGRJ_Xg

所以请建议我更好的解决方案。

感谢提前。 Jitendra Malviya 电子邮件ID:jitendramalviya39@gmail.com

1 个答案:

答案 0 :(得分:2)

条码扫描器工作逻辑非常简单(条形码扫描器在读取每个条形码值后发出Enter键事件或Tab键事件),

You can read the barcode in jtextfieled .At the End of the barcode value, Barcode scanner will automatilly trigger the enter keyevent or Tab key . 
   1 .You Can use the key event(enter or tab) to Idenntify the barcode scanning is completed or not.
  2. Once you receive the "Enter or TAB key event" .You need to read the value from  jtextfield,Using this value you can search the product related to that barcode value.