Barcode reader input and JTextField
Hi Everybody,
here is my problem: I have to read the input from a Barcode reader into a JTextField;
I have a Listener attached to the JTextField Document which works fine. The problem is that the listener is invoked as many time as the characters input (e.g 12 times, if the scanned barcode has 12 digits)
How do I know the input is complete if I don't know the length of the expected input?
Thanks in advance fon any help or ideas

