Reading barcodes from Java
Posted
by santiagobasulto
on Stack Overflow
See other posts from Stack Overflow
or by santiagobasulto
Published on 2010-04-24T23:18:00Z
Indexed on
2010/04/24
23:23 UTC
Read the original article
Hit count: 230
Hello everyone. I'm dealing with a barcode reader in my java app. The problem is that the barcode, before and after reading and sending the actual barcode, sends a return code. I've some JTextFields and when the reader reads the barcode it change the focus, and then sends another return that makes the window to close. Is it anyway to "intercept" those "return" commands ?
© Stack Overflow or respective owner