The idea is simple: I have an object of type Node
and would like to invoke the handling of the KeyEvent event.
The treatment is not me that I create, so I see no alternative but to make the invocation.
I tried using the fireEvent () method, but I did not succeed.
Would anyone know how to solve this?