Closed sjhughes77 closed 4 years ago
Please ignore this issue. Further research reveals that a DocumentFilter attached to the Document of the JTextField handles the Insert Text action. It would seem using a KeyListener is an older way of trapping events and has been superceded by DocumentFilter.
Java program: JTextField textField = new JTextField(); textField.setName("textfield); textField.addKeyListener(new KeyAdapter() {
RF script:
Insert Into Text Field textfield 100.00
the KeyEvent is not actioned.