QUESTION POSED ON: 09 July 2004
I am writing an agent in Java that will send a document to an intended recipient. The way I am coding it, it requires users to type in an e-mail address to whom the documents needs to go to.
My question is,: Is there a way to get user input in Java just like inputbox in LotusScript? If not, what is the alternate (in Java obviously)?
|