Hi guys,
the thing is: suppose that there is an application (assumed that we are using Windows) waiting for some input data. This could be a password, path, search criteria (for example in the case of Google). I would like my Java application to 'enter' some text, and then to 'press' the default button (by default I mean the one issued on pressing the enter).
Now, for the beginning please tell me: is it possible? If it is, is there any Java package I can use for this?
Thanks a lot in advance :P