How to choose an AWT-EventQueue thread, when there are several of them
I successfully injected my own Java code in a running Oracle Forms application, using DLL Injection and some jni trickery. (Windows 7, 32 bits, Oracle Forms 11, JRE Java 8) I am able to traverse the tree of Components and to query and set values in some basic Java objects, such as those from class oracle.forms.ui.VTextField I am stuck when trying to simulate user click on a oracle.apps.fnd.ui.Button I tried 2 things : call the simulatePush method of the AbstractButton class call the activate method of the PushButton class (the 2 classes are in the class hierarchy for Button ) Results were