Hi guys, I'm not really sure how to ask this or what to even search for. I want to write a Java program that can feed data into another program. If the other program had command line parameters then I'd know what to do, but suppose the program I want to provide input to is a GUI application whose source code is not available to me.
To explain a bit better, I have a GUI form with Name amongst other input fields and this program is totally independent from the program I'm writing. Is it possible for me to populate these input fields using a Java program? If so, can someone please point me to the correct package/classes? Sample code would be great!
Thanks in advance :icon_smile: