I was trying to open an external application from Java. I have managed to do so by reading the link here. I opened Notepad. Now I want to access the menu options.
For example:- I choose File -> Save and perform all the actions done in GUI to save the File. I want to perform the same through Java code.So I want a funtion to access the File and the Save and then the Save window.
